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
- TableItemStyle.cs
- PageContentAsyncResult.cs
- ZipIOLocalFileBlock.cs
- ComplexTypeEmitter.cs
- FormsAuthenticationModule.cs
- ADMembershipUser.cs
- CodeIdentifier.cs
- DirectoryObjectSecurity.cs
- RequestQueue.cs
- TemplatedWizardStep.cs
- ServiceModelConfiguration.cs
- Variant.cs
- DbParameterHelper.cs
- HtmlInputReset.cs
- UIElement3D.cs
- CompositeControl.cs
- ImageClickEventArgs.cs
- PackageStore.cs
- SmtpFailedRecipientsException.cs
- HtmlLink.cs
- DataTransferEventArgs.cs
- StringValueSerializer.cs
- Int32CollectionValueSerializer.cs
- CommandExpr.cs
- PersistenceTypeAttribute.cs
- CompressEmulationStream.cs
- XPathNavigatorReader.cs
- ComponentResourceManager.cs
- HashCryptoHandle.cs
- ReflectionHelper.cs
- Image.cs
- XmlTypeAttribute.cs
- HttpRequest.cs
- LinkArea.cs
- Cell.cs
- StreamReader.cs
- CodeTypeConstructor.cs
- Literal.cs
- TextContainer.cs
- RtfNavigator.cs
- GeneralTransform.cs
- CompatibleComparer.cs
- XamlTypeMapperSchemaContext.cs
- TranslateTransform.cs
- CodeDirectoryCompiler.cs
- EtwTrackingBehavior.cs
- filewebresponse.cs
- SmiEventSink_Default.cs
- ConfigXmlAttribute.cs
- FlowDocumentView.cs
- StatusBar.cs
- MissingMemberException.cs
- ListViewPagedDataSource.cs
- TabItemAutomationPeer.cs
- SafeFindHandle.cs
- Nodes.cs
- CustomBindingElementCollection.cs
- IssuedTokenParametersElement.cs
- DataControlReference.cs
- Stylus.cs
- ContextProperty.cs
- BitmapEffectOutputConnector.cs
- PathTooLongException.cs
- UpdateProgress.cs
- EmulateRecognizeCompletedEventArgs.cs
- MimeFormReflector.cs
- GcHandle.cs
- BamlWriter.cs
- NullRuntimeConfig.cs
- ComponentEditorPage.cs
- GatewayIPAddressInformationCollection.cs
- SqlDataSourceFilteringEventArgs.cs
- ScrollItemPatternIdentifiers.cs
- GridViewUpdatedEventArgs.cs
- CellParaClient.cs
- AdPostCacheSubstitution.cs
- SqlException.cs
- DateTimeAutomationPeer.cs
- WebServiceClientProxyGenerator.cs
- GeneralTransform.cs
- ImageSourceValueSerializer.cs
- FaultContext.cs
- webeventbuffer.cs
- JsonReader.cs
- SelectiveScrollingGrid.cs
- Tile.cs
- WebPartEventArgs.cs
- ExecutionEngineException.cs
- TabItem.cs
- ListBoxItemAutomationPeer.cs
- PartialTrustHelpers.cs
- ButtonChrome.cs
- SoapIncludeAttribute.cs
- PerSessionInstanceContextProvider.cs
- FrameworkElement.cs
- IpcClientChannel.cs
- PointLight.cs
- CacheDependency.cs
- CompositeControlDesigner.cs
- SortedList.cs