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
- CursorConverter.cs
- SupportingTokenParameters.cs
- FormViewUpdatedEventArgs.cs
- Screen.cs
- fixedPageContentExtractor.cs
- MultipleCopiesCollection.cs
- OverrideMode.cs
- TextRange.cs
- ResourceProviderFactory.cs
- SolidColorBrush.cs
- TextBlock.cs
- VideoDrawing.cs
- XPathSelfQuery.cs
- ExtendedPropertyDescriptor.cs
- XmlSchemas.cs
- DynamicQueryStringParameter.cs
- HtmlInputSubmit.cs
- ObjectQueryExecutionPlan.cs
- EntityViewGenerationAttribute.cs
- DoubleAverageAggregationOperator.cs
- BevelBitmapEffect.cs
- DataRecordInternal.cs
- WebPartConnectionsCancelEventArgs.cs
- PlanCompiler.cs
- TrackingRecordPreFilter.cs
- CompilationRelaxations.cs
- Touch.cs
- UserNameSecurityTokenAuthenticator.cs
- DesignerCategoryAttribute.cs
- HttpInputStream.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- SetUserLanguageRequest.cs
- TableItemStyle.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- LineUtil.cs
- controlskin.cs
- MetadataStore.cs
- InstalledFontCollection.cs
- LocalizableAttribute.cs
- AssemblyEvidenceFactory.cs
- SpotLight.cs
- HashCodeCombiner.cs
- MsmqBindingMonitor.cs
- BasicExpandProvider.cs
- MetabaseReader.cs
- MaskInputRejectedEventArgs.cs
- TransformedBitmap.cs
- BindingCompleteEventArgs.cs
- SizeLimitedCache.cs
- EventLogEntryCollection.cs
- RadioButton.cs
- COM2IPerPropertyBrowsingHandler.cs
- ConstructorExpr.cs
- NullRuntimeConfig.cs
- ToolBarOverflowPanel.cs
- PropertyPathWorker.cs
- SwitchAttribute.cs
- OleAutBinder.cs
- DefaultMemberAttribute.cs
- MenuItem.cs
- NetMsmqBindingElement.cs
- XmlElementAttribute.cs
- SelectionRange.cs
- SiteMapNodeItemEventArgs.cs
- ReverseComparer.cs
- ApplicationProxyInternal.cs
- ServiceTimeoutsBehavior.cs
- OwnerDrawPropertyBag.cs
- XmlValidatingReader.cs
- Part.cs
- SqlCrossApplyToCrossJoin.cs
- WinInet.cs
- ToolboxItemAttribute.cs
- ISO2022Encoding.cs
- SecureUICommand.cs
- HtmlInputControl.cs
- SHA512.cs
- CryptoProvider.cs
- RowsCopiedEventArgs.cs
- StrongTypingException.cs
- CodeGenerator.cs
- CheckoutException.cs
- Size3D.cs
- InvalidWMPVersionException.cs
- DelegatingStream.cs
- HtmlHistory.cs
- ItemAutomationPeer.cs
- ProgressBarRenderer.cs
- SmtpNetworkElement.cs
- XsltOutput.cs
- DataComponentGenerator.cs
- ListBase.cs
- PageThemeBuildProvider.cs
- DataRowExtensions.cs
- XmlMtomReader.cs
- UntypedNullExpression.cs
- WindowsGraphicsCacheManager.cs
- WasHostedComPlusFactory.cs
- WSDualHttpSecurityElement.cs
- RawStylusInputCustomData.cs