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
- httpserverutility.cs
- WebBrowsableAttribute.cs
- DbCommandDefinition.cs
- BasicExpandProvider.cs
- XmlSchemaExternal.cs
- XsltSettings.cs
- StringFreezingAttribute.cs
- CompressStream.cs
- SimpleTypesSurrogate.cs
- Comparer.cs
- AuthorizationSection.cs
- CalendarModeChangedEventArgs.cs
- SymmetricKey.cs
- KeyedCollection.cs
- AvtEvent.cs
- NullRuntimeConfig.cs
- ScrollItemPattern.cs
- MULTI_QI.cs
- DataRowChangeEvent.cs
- BuilderInfo.cs
- SqlCommandSet.cs
- XamlWrappingReader.cs
- SqlRewriteScalarSubqueries.cs
- WebServiceMethodData.cs
- FloaterBaseParaClient.cs
- lengthconverter.cs
- ListParagraph.cs
- UInt16Storage.cs
- PasswordBoxAutomationPeer.cs
- HttpListenerRequest.cs
- DataControlReferenceCollection.cs
- TextBox.cs
- ListBoxItem.cs
- XsdDateTime.cs
- Win32PrintDialog.cs
- InvalidPropValue.cs
- ImageCodecInfoPrivate.cs
- IPAddressCollection.cs
- WorkflowEventArgs.cs
- TextEndOfLine.cs
- PersonalizationEntry.cs
- ReferentialConstraint.cs
- PassportPrincipal.cs
- ValueType.cs
- FontEmbeddingManager.cs
- UserMapPath.cs
- Transactions.cs
- ListMarkerLine.cs
- GridSplitter.cs
- MemoryStream.cs
- ImportCatalogPart.cs
- CSharpCodeProvider.cs
- Ipv6Element.cs
- ReversePositionQuery.cs
- PageRequestManager.cs
- HybridDictionary.cs
- CLRBindingWorker.cs
- SafeSecurityHelper.cs
- FixedPageAutomationPeer.cs
- TranslateTransform.cs
- DynamicPropertyHolder.cs
- IsolatedStorageFile.cs
- FileEnumerator.cs
- EnumerableValidator.cs
- ListParaClient.cs
- CrossSiteScriptingValidation.cs
- ThrowHelper.cs
- userdatakeys.cs
- ChannelEndpointElement.cs
- OletxTransactionHeader.cs
- DoubleLink.cs
- DbMetaDataCollectionNames.cs
- LogSwitch.cs
- DoubleCollectionConverter.cs
- XMLUtil.cs
- GcSettings.cs
- BitmapCache.cs
- SqlDataReader.cs
- PathFigureCollectionConverter.cs
- HttpHandlerAction.cs
- PointIndependentAnimationStorage.cs
- SiteMapNodeItem.cs
- Table.cs
- TextEditorDragDrop.cs
- _ListenerResponseStream.cs
- ToolboxComponentsCreatedEventArgs.cs
- FloaterBaseParaClient.cs
- TextFormatterContext.cs
- AnnotationAuthorChangedEventArgs.cs
- GenericTextProperties.cs
- SafeReadContext.cs
- DataContractSerializerElement.cs
- DbModificationClause.cs
- TCEAdapterGenerator.cs
- initElementDictionary.cs
- EpmCustomContentDeSerializer.cs
- _FtpControlStream.cs
- SoundPlayer.cs
- EdmRelationshipNavigationPropertyAttribute.cs
- TabItemWrapperAutomationPeer.cs