Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / AuthenticateEventArgs.cs / 1305376 / AuthenticateEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { 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 { 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
- EventWaitHandle.cs
- TraceContextEventArgs.cs
- HtmlInputControl.cs
- ProfileBuildProvider.cs
- NavigationEventArgs.cs
- SecurityPolicySection.cs
- HttpModuleActionCollection.cs
- EntityCommandExecutionException.cs
- NonVisualControlAttribute.cs
- Quaternion.cs
- DesignerActionPanel.cs
- AnnotationDocumentPaginator.cs
- ParameterCollection.cs
- FormsAuthenticationModule.cs
- ButtonPopupAdapter.cs
- IgnoreFileBuildProvider.cs
- ExtenderControl.cs
- HttpProfileGroupBase.cs
- TextEffectCollection.cs
- MarkupCompiler.cs
- EFAssociationProvider.cs
- ConfigurationSchemaErrors.cs
- ViewValidator.cs
- SecurityTokenAuthenticator.cs
- TextChange.cs
- CustomExpression.cs
- AtomParser.cs
- StrokeNodeEnumerator.cs
- FileDetails.cs
- ImmComposition.cs
- Axis.cs
- TriggerActionCollection.cs
- InvalidEnumArgumentException.cs
- CodeEventReferenceExpression.cs
- DoubleStorage.cs
- ObfuscateAssemblyAttribute.cs
- XmlReader.cs
- DecoratedNameAttribute.cs
- IndentedWriter.cs
- SpellerError.cs
- ImageButton.cs
- SizeAnimationUsingKeyFrames.cs
- ColumnBinding.cs
- CngKeyBlobFormat.cs
- KnownTypeAttribute.cs
- TextOptionsInternal.cs
- TraceSection.cs
- Rectangle.cs
- UriTemplateVariableQueryValue.cs
- PreservationFileReader.cs
- GatewayDefinition.cs
- ScrollViewerAutomationPeer.cs
- DockPanel.cs
- TypeDelegator.cs
- SqlParameterizer.cs
- Touch.cs
- jithelpers.cs
- HandlerFactoryCache.cs
- ConnectionInterfaceCollection.cs
- EasingFunctionBase.cs
- XmlComment.cs
- PointHitTestResult.cs
- StubHelpers.cs
- TdsValueSetter.cs
- XmlSchemaObjectTable.cs
- HttpWrapper.cs
- DataSourceConverter.cs
- DescendentsWalkerBase.cs
- Manipulation.cs
- ByteStack.cs
- CommandValueSerializer.cs
- SqlConnectionString.cs
- OleDbCommandBuilder.cs
- XmlCompatibilityReader.cs
- SecurityContextSecurityToken.cs
- VisualBrush.cs
- TextReturnReader.cs
- Span.cs
- TrackingQueryElement.cs
- ThreadSafeMessageFilterTable.cs
- ObjectResult.cs
- CodeSnippetStatement.cs
- Matrix.cs
- XsdBuildProvider.cs
- MemberDomainMap.cs
- ObjectCloneHelper.cs
- ValidationResult.cs
- DbgUtil.cs
- TypeForwardedToAttribute.cs
- Facet.cs
- Vector3D.cs
- ScriptControlDescriptor.cs
- BaseProcessor.cs
- SqlClientFactory.cs
- TrimSurroundingWhitespaceAttribute.cs
- sqlinternaltransaction.cs
- TimersDescriptionAttribute.cs
- PersonalizationProviderCollection.cs
- ExtentKey.cs
- ConstraintStruct.cs