Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / 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. //------------------------------------------------------------------------------ //// 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MsmqTransportElement.cs
- TextContainer.cs
- ZoomingMessageFilter.cs
- WorkflowMarkupSerializationProvider.cs
- SiteMapNodeCollection.cs
- WpfSharedXamlSchemaContext.cs
- StringUtil.cs
- OleDbConnectionFactory.cs
- SchemaDeclBase.cs
- DPTypeDescriptorContext.cs
- IPCCacheManager.cs
- SingletonInstanceContextProvider.cs
- TreeNodeCollection.cs
- HtmlHistory.cs
- MarginCollapsingState.cs
- ObfuscateAssemblyAttribute.cs
- StatusBarDrawItemEvent.cs
- StoreItemCollection.Loader.cs
- CroppedBitmap.cs
- ClrPerspective.cs
- InfiniteIntConverter.cs
- ConnectionStringSettings.cs
- UniqueEventHelper.cs
- AutomationPropertyInfo.cs
- RuntimeVariablesExpression.cs
- DbFunctionCommandTree.cs
- UpdateCommandGenerator.cs
- TreeView.cs
- LinkArea.cs
- UnmanagedMemoryStream.cs
- DiscardableAttribute.cs
- RevocationPoint.cs
- BaseCodePageEncoding.cs
- SpecialNameAttribute.cs
- ContextMenuStrip.cs
- Base64Decoder.cs
- ClientUtils.cs
- ApplicationSecurityManager.cs
- SessionEndedEventArgs.cs
- ServiceModelEnumValidator.cs
- RootNamespaceAttribute.cs
- GenerateTemporaryTargetAssembly.cs
- Parser.cs
- GlyphTypeface.cs
- SecurityElement.cs
- LayoutSettings.cs
- TextRange.cs
- LoopExpression.cs
- DateTimeParse.cs
- CalendarDateRangeChangingEventArgs.cs
- CharacterString.cs
- PixelShader.cs
- DataControlFieldCollection.cs
- ListBase.cs
- EditorZoneDesigner.cs
- SoapFormatterSinks.cs
- MessageEncodingBindingElement.cs
- SwitchAttribute.cs
- PageSetupDialog.cs
- WebRequest.cs
- ClientScriptItem.cs
- SamlDelegatingWriter.cs
- MetadataArtifactLoader.cs
- ObjectViewFactory.cs
- BaseResourcesBuildProvider.cs
- SimpleWebHandlerParser.cs
- Substitution.cs
- HtmlElementEventArgs.cs
- FontWeight.cs
- XmlSchemaValidator.cs
- QueryInterceptorAttribute.cs
- BitmapEffectvisualstate.cs
- IntPtr.cs
- TreeNodeEventArgs.cs
- BaseCodeDomTreeGenerator.cs
- CounterSample.cs
- ClientTargetSection.cs
- AuthorizationContext.cs
- DbTransaction.cs
- ErrorsHelper.cs
- ConfigurationValue.cs
- DeferredReference.cs
- ToolStripHighContrastRenderer.cs
- SettingsPropertyValue.cs
- EntityStoreSchemaGenerator.cs
- SHA512Managed.cs
- PageThemeBuildProvider.cs
- CodeNamespaceImportCollection.cs
- XmlDataLoader.cs
- securitymgrsite.cs
- ServiceDescription.cs
- UniqueIdentifierService.cs
- ComNativeDescriptor.cs
- StateChangeEvent.cs
- _Events.cs
- DeflateEmulationStream.cs
- AdornerHitTestResult.cs
- OdbcPermission.cs
- SelectionWordBreaker.cs
- NativeMethods.cs