Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / UI / WebControls / AuthenticateEventArgs.cs / 1 / AuthenticateEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class AuthenticateEventArgs : EventArgs { private bool _authenticated; public AuthenticateEventArgs() : this(false) { } public AuthenticateEventArgs(bool authenticated) { _authenticated = authenticated; } ////// Gets or sets the success of the authentication attempt. Would be set by /// custom authentication logic in the Login.Authenticate event handler. /// public bool Authenticated { get { return _authenticated; } set { _authenticated = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class AuthenticateEventArgs : EventArgs { private bool _authenticated; public AuthenticateEventArgs() : this(false) { } public AuthenticateEventArgs(bool authenticated) { _authenticated = authenticated; } ////// Gets or sets the success of the authentication attempt. Would be set by /// custom authentication logic in the Login.Authenticate event handler. /// public bool Authenticated { get { return _authenticated; } set { _authenticated = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PersonalizationStateInfoCollection.cs
- HtmlListAdapter.cs
- FrameworkElementAutomationPeer.cs
- SqlDataReaderSmi.cs
- OletxResourceManager.cs
- StylusLogic.cs
- DropDownList.cs
- SqlCommand.cs
- PeerPresenceInfo.cs
- TransactionScope.cs
- ExecutionEngineException.cs
- BoundField.cs
- CrossSiteScriptingValidation.cs
- NonVisualControlAttribute.cs
- ScriptResourceInfo.cs
- ClientType.cs
- HwndMouseInputProvider.cs
- XmlAttributeOverrides.cs
- Nodes.cs
- EdmRelationshipNavigationPropertyAttribute.cs
- CustomMenuItemCollection.cs
- DataGridLinkButton.cs
- InterleavedZipPartStream.cs
- SerialPinChanges.cs
- FloatUtil.cs
- MultipleViewPattern.cs
- PresentationAppDomainManager.cs
- ThreadStartException.cs
- HGlobalSafeHandle.cs
- InternalsVisibleToAttribute.cs
- BooleanAnimationBase.cs
- StylusPointCollection.cs
- Rotation3D.cs
- NewItemsContextMenuStrip.cs
- String.cs
- ConfigurationConverterBase.cs
- mediaclock.cs
- CriticalHandle.cs
- CompiledQueryCacheEntry.cs
- CodeAttributeDeclaration.cs
- RefreshEventArgs.cs
- TTSVoice.cs
- DataGridViewCellFormattingEventArgs.cs
- List.cs
- PointCollection.cs
- PointHitTestResult.cs
- ReadOnlyDataSourceView.cs
- DesignerLoader.cs
- ClientSponsor.cs
- MatrixTransform.cs
- ContextDataSourceContextData.cs
- XmlTextEncoder.cs
- ExtendedProperty.cs
- TransformPattern.cs
- EncoderParameter.cs
- TextParagraph.cs
- GraphicsPath.cs
- FlowDocumentPage.cs
- ActiveDocumentEvent.cs
- HealthMonitoringSectionHelper.cs
- Mouse.cs
- AutomationElementCollection.cs
- NamespaceDecl.cs
- CancelEventArgs.cs
- CompositeScriptReference.cs
- XMLSchema.cs
- CellQuery.cs
- XsltContext.cs
- HyperLinkStyle.cs
- CryptoConfig.cs
- infer.cs
- CompiledRegexRunnerFactory.cs
- XmlObjectSerializer.cs
- AdRotator.cs
- BinaryParser.cs
- SelectorItemAutomationPeer.cs
- HtmlElementErrorEventArgs.cs
- COM2FontConverter.cs
- DataGridViewCellValidatingEventArgs.cs
- SmtpSection.cs
- BStrWrapper.cs
- QuaternionRotation3D.cs
- StringReader.cs
- InternalsVisibleToAttribute.cs
- JoinElimination.cs
- TextEditorContextMenu.cs
- TraceSection.cs
- figurelengthconverter.cs
- LocalizabilityAttribute.cs
- ProxyAttribute.cs
- RequestSecurityTokenForRemoteTokenFactory.cs
- ItemCheckedEvent.cs
- ProcessModelInfo.cs
- StylusPointProperties.cs
- OpenFileDialog.cs
- ToolboxItem.cs
- SharedStatics.cs
- DerivedKeySecurityToken.cs
- XmlSchemaRedefine.cs
- _NetRes.cs