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
- PasswordRecovery.cs
- DelegateSerializationHolder.cs
- Group.cs
- _NetworkingPerfCounters.cs
- Decorator.cs
- UInt64.cs
- DesignerActionItem.cs
- QueryBranchOp.cs
- CellConstantDomain.cs
- _SpnDictionary.cs
- ContractAdapter.cs
- Bold.cs
- TimeSpanValidator.cs
- BrowsableAttribute.cs
- PropertyDescriptorComparer.cs
- InternalConfigEventArgs.cs
- SafeCoTaskMem.cs
- DesignerOptionService.cs
- HybridDictionary.cs
- TemplatedMailWebEventProvider.cs
- _NetRes.cs
- ObjectParameter.cs
- XPathDocumentNavigator.cs
- GridErrorDlg.cs
- GuidelineCollection.cs
- QueryExpr.cs
- BaseTypeViewSchema.cs
- EdmSchemaError.cs
- FilterEventArgs.cs
- TypefaceMap.cs
- SoapSchemaImporter.cs
- RangeContentEnumerator.cs
- SqlCharStream.cs
- ForwardPositionQuery.cs
- PluralizationService.cs
- LightweightCodeGenerator.cs
- OperandQuery.cs
- ColumnMapTranslator.cs
- CompositeDispatchFormatter.cs
- AuthenticatedStream.cs
- UnmanagedBitmapWrapper.cs
- EditorPartCollection.cs
- RuleRef.cs
- XmlReaderSettings.cs
- BlockCollection.cs
- HeaderElement.cs
- XmlElementAttributes.cs
- loginstatus.cs
- ByteStream.cs
- PathData.cs
- SimpleLine.cs
- TimeoutException.cs
- SessionEndingEventArgs.cs
- SelectionWordBreaker.cs
- PageTheme.cs
- VirtualPathProvider.cs
- ApplicationFileParser.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- Blend.cs
- ObjectMemberMapping.cs
- MultipleViewProviderWrapper.cs
- HwndKeyboardInputProvider.cs
- BatchParser.cs
- XmlImplementation.cs
- Canvas.cs
- ScriptResourceHandler.cs
- BridgeDataReader.cs
- EventProviderWriter.cs
- RadioButtonPopupAdapter.cs
- SmiConnection.cs
- EndEvent.cs
- SpotLight.cs
- NameValueCollection.cs
- FileReader.cs
- SqlDataSourceQueryEditorForm.cs
- ColorConvertedBitmapExtension.cs
- WeakReadOnlyCollection.cs
- DbModificationClause.cs
- SafeWaitHandle.cs
- ScopeCompiler.cs
- MailSettingsSection.cs
- OracleParameter.cs
- ActiveXSerializer.cs
- StrongNamePublicKeyBlob.cs
- XPathQilFactory.cs
- TrackingStringDictionary.cs
- ControlHelper.cs
- ScrollProviderWrapper.cs
- IIS7UserPrincipal.cs
- QuaternionRotation3D.cs
- XmlQueryTypeFactory.cs
- HttpRequest.cs
- ServiceDescriptionData.cs
- MultiSelectRootGridEntry.cs
- EdgeProfileValidation.cs
- MissingManifestResourceException.cs
- CredentialCache.cs
- CultureMapper.cs
- ListSortDescriptionCollection.cs
- TypeDescriptionProviderAttribute.cs