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
- Enum.cs
- IgnoreFileBuildProvider.cs
- WebReferencesBuildProvider.cs
- FieldToken.cs
- Queue.cs
- BindingCompleteEventArgs.cs
- ValuePattern.cs
- VarRemapper.cs
- ProfessionalColorTable.cs
- AvTraceFormat.cs
- NamespaceTable.cs
- TypedRowHandler.cs
- SubtreeProcessor.cs
- OracleConnectionFactory.cs
- DocumentProperties.cs
- ProtocolViolationException.cs
- BrowserCapabilitiesCodeGenerator.cs
- ConfigPathUtility.cs
- CompositeTypefaceMetrics.cs
- Schema.cs
- PointHitTestResult.cs
- ClientSettingsProvider.cs
- WindowsListViewSubItem.cs
- Geometry3D.cs
- OleDbStruct.cs
- EllipticalNodeOperations.cs
- Canvas.cs
- BrushMappingModeValidation.cs
- TreeViewEvent.cs
- activationcontext.cs
- RawStylusInput.cs
- UIElement3D.cs
- HitTestResult.cs
- SiteMapProvider.cs
- NotFiniteNumberException.cs
- PropertyValidationContext.cs
- QueuedDeliveryRequirementsMode.cs
- XmlDataImplementation.cs
- PropertyConverter.cs
- InvalidAsynchronousStateException.cs
- WebPartCatalogAddVerb.cs
- httpstaticobjectscollection.cs
- XsltContext.cs
- WebPartAuthorizationEventArgs.cs
- PersistenceProviderBehavior.cs
- SafeBitVector32.cs
- mediaeventshelper.cs
- EntityDesignerDataSourceView.cs
- ArrayExtension.cs
- StyleBamlRecordReader.cs
- ImplicitInputBrush.cs
- WrappedIUnknown.cs
- FileCodeGroup.cs
- InputScopeManager.cs
- InvocationExpression.cs
- Geometry3D.cs
- XPathQilFactory.cs
- OverrideMode.cs
- ExceptionHandlerDesigner.cs
- PeerEndPoint.cs
- EastAsianLunisolarCalendar.cs
- WindowsClaimSet.cs
- SystemIPv4InterfaceProperties.cs
- ColumnCollectionEditor.cs
- AttachedAnnotationChangedEventArgs.cs
- TypeContext.cs
- XmlEnumAttribute.cs
- DataListItem.cs
- OutputCacheSection.cs
- recordstate.cs
- SatelliteContractVersionAttribute.cs
- GlyphInfoList.cs
- OracleTimeSpan.cs
- WpfKnownTypeInvoker.cs
- ArrayList.cs
- ErrorFormatter.cs
- ColorConvertedBitmap.cs
- ZipIOLocalFileDataDescriptor.cs
- GlobalItem.cs
- RowsCopiedEventArgs.cs
- HostingEnvironment.cs
- RegistryPermission.cs
- EntityCommand.cs
- UserControl.cs
- ToolStripSettings.cs
- Blend.cs
- HtmlElementEventArgs.cs
- ACL.cs
- Pen.cs
- InputQueue.cs
- IpcPort.cs
- SessionEndingEventArgs.cs
- OrthographicCamera.cs
- GraphicsContext.cs
- PropertyItemInternal.cs
- QueryStringParameter.cs
- CreatingCookieEventArgs.cs
- RemotingServices.cs
- ObjectQuery_EntitySqlExtensions.cs
- FamilyCollection.cs