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
- TextReader.cs
- GridViewUpdateEventArgs.cs
- MessageVersionConverter.cs
- MissingMemberException.cs
- DiscardableAttribute.cs
- StretchValidation.cs
- XslCompiledTransform.cs
- ToolStripContainer.cs
- XPathNavigator.cs
- AnnotationAdorner.cs
- ServiceDocument.cs
- TableDetailsRow.cs
- DataGridViewCellStyleConverter.cs
- ValueHandle.cs
- Attributes.cs
- SmiSettersStream.cs
- CharacterShapingProperties.cs
- TextCollapsingProperties.cs
- StringAnimationUsingKeyFrames.cs
- KeyValueInternalCollection.cs
- MergePropertyDescriptor.cs
- ConnectionsZone.cs
- CryptoProvider.cs
- WebPartMenu.cs
- CustomAssemblyResolver.cs
- ByeOperationAsyncResult.cs
- XamlStream.cs
- Rect3DConverter.cs
- PropertiesTab.cs
- followingquery.cs
- RowSpanVector.cs
- XmlSchemaFacet.cs
- SolidBrush.cs
- HttpRequest.cs
- Constraint.cs
- Guid.cs
- IFlowDocumentViewer.cs
- ObjectItemCollection.cs
- SrgsRule.cs
- HTTPNotFoundHandler.cs
- TablePattern.cs
- RtfNavigator.cs
- ServiceDocument.cs
- Encoding.cs
- WinEventTracker.cs
- XMLSchema.cs
- PowerModeChangedEventArgs.cs
- Calendar.cs
- LocalFileSettingsProvider.cs
- SessionPageStatePersister.cs
- DataGridComponentEditor.cs
- CodeGen.cs
- Oci.cs
- XmlQueryContext.cs
- figurelength.cs
- OptimalTextSource.cs
- DbConnectionPoolGroup.cs
- JulianCalendar.cs
- X509Certificate2Collection.cs
- SecureConversationVersion.cs
- UntypedNullExpression.cs
- MultiAsyncResult.cs
- Mapping.cs
- DataGridViewCellStyleContentChangedEventArgs.cs
- UIntPtr.cs
- InvalidBodyAccessException.cs
- WSSecurityPolicy.cs
- ColorContextHelper.cs
- SqlNotificationEventArgs.cs
- XmlSchemaSequence.cs
- AccessKeyManager.cs
- LinqDataSourceSelectEventArgs.cs
- XsdValidatingReader.cs
- InternalDispatchObject.cs
- ChannelDispatcherBase.cs
- IntranetCredentialPolicy.cs
- RadioButtonList.cs
- EDesignUtil.cs
- RoleGroupCollection.cs
- MouseActionValueSerializer.cs
- DataTablePropertyDescriptor.cs
- XhtmlBasicControlAdapter.cs
- TextPattern.cs
- indexingfiltermarshaler.cs
- LocalizableAttribute.cs
- CompatibleComparer.cs
- IndexerNameAttribute.cs
- InternalRelationshipCollection.cs
- ApplicationTrust.cs
- DocumentPage.cs
- VectorAnimationBase.cs
- DoubleKeyFrameCollection.cs
- FloaterParaClient.cs
- BitmapEffectGroup.cs
- TextBounds.cs
- BindingNavigator.cs
- coordinator.cs
- CqlGenerator.cs
- GridViewItemAutomationPeer.cs
- XmlReader.cs