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
- DocumentDesigner.cs
- AccessText.cs
- DesignerActionVerbList.cs
- HttpCookie.cs
- COM2FontConverter.cs
- InvokePattern.cs
- TextPatternIdentifiers.cs
- AQNBuilder.cs
- Merger.cs
- HtmlUtf8RawTextWriter.cs
- Button.cs
- BoundPropertyEntry.cs
- MinMaxParagraphWidth.cs
- PtsHelper.cs
- UnicodeEncoding.cs
- TypeDelegator.cs
- HtmlElementEventArgs.cs
- CqlErrorHelper.cs
- JsonWriterDelegator.cs
- InputEventArgs.cs
- ColumnBinding.cs
- M3DUtil.cs
- GridViewEditEventArgs.cs
- NativeMethodsCLR.cs
- XmlDownloadManager.cs
- SQLByte.cs
- JavascriptCallbackBehaviorAttribute.cs
- EntitySetBase.cs
- StoreItemCollection.Loader.cs
- FixedTextView.cs
- CustomCategoryAttribute.cs
- GrammarBuilderWildcard.cs
- XmlDeclaration.cs
- BookmarkOptionsHelper.cs
- DoubleAnimationClockResource.cs
- FlowDocumentScrollViewer.cs
- ApplicationTrust.cs
- TypeConverterAttribute.cs
- UIElement3D.cs
- GetRecipientRequest.cs
- DataRowExtensions.cs
- WindowCollection.cs
- InfoCardTrace.cs
- ShaderRenderModeValidation.cs
- AsymmetricKeyExchangeFormatter.cs
- Journaling.cs
- SettingsPropertyCollection.cs
- LineMetrics.cs
- JoinTreeNode.cs
- LayoutUtils.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- GetPageNumberCompletedEventArgs.cs
- LogStream.cs
- querybuilder.cs
- XmlQualifiedNameTest.cs
- QilNode.cs
- AlphabetConverter.cs
- EdmToObjectNamespaceMap.cs
- IncrementalReadDecoders.cs
- EllipticalNodeOperations.cs
- EditorPartChrome.cs
- Transform.cs
- securitycriticaldataformultiplegetandset.cs
- PermissionRequestEvidence.cs
- OutputCacheProfileCollection.cs
- RepeaterItem.cs
- XmlSchemaComplexContentRestriction.cs
- StringUtil.cs
- LambdaCompiler.Expressions.cs
- PropertyBuilder.cs
- XmlDataCollection.cs
- ThreadExceptionEvent.cs
- WebHeaderCollection.cs
- FormViewCommandEventArgs.cs
- PrintPreviewGraphics.cs
- MetadataItemCollectionFactory.cs
- PriorityQueue.cs
- DocumentPageViewAutomationPeer.cs
- XmlEntityReference.cs
- configsystem.cs
- WsdlBuildProvider.cs
- FormViewModeEventArgs.cs
- ResourceCollectionInfo.cs
- ExpressionTextBoxAutomationPeer.cs
- RootProfilePropertySettingsCollection.cs
- ComponentDispatcher.cs
- NullReferenceException.cs
- Transaction.cs
- FileLogRecordHeader.cs
- InheritanceContextHelper.cs
- FolderNameEditor.cs
- WaitForChangedResult.cs
- XD.cs
- Stack.cs
- LogAppendAsyncResult.cs
- TextContainer.cs
- SqlCharStream.cs
- SafeHandle.cs
- TdsRecordBufferSetter.cs
- XmlSchemaSimpleContentExtension.cs