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
- CacheRequest.cs
- ScrollViewerAutomationPeer.cs
- OutputCacheSettingsSection.cs
- RuleRef.cs
- ISAPIApplicationHost.cs
- QuaternionRotation3D.cs
- GraphicsContainer.cs
- BaseTemplateParser.cs
- ToolbarAUtomationPeer.cs
- XmlByteStreamWriter.cs
- DateTimeEditor.cs
- Visitor.cs
- ReadOnlyActivityGlyph.cs
- TraceEventCache.cs
- ViewGenResults.cs
- AuthenticateEventArgs.cs
- BaseCodePageEncoding.cs
- PointCollectionConverter.cs
- ListBindingConverter.cs
- XmlDataCollection.cs
- ZeroOpNode.cs
- MethodCallTranslator.cs
- TransformGroup.cs
- ErrorFormatterPage.cs
- _LocalDataStoreMgr.cs
- MobileListItemCollection.cs
- InvalidWMPVersionException.cs
- ReadOnlyObservableCollection.cs
- SharedStatics.cs
- LeftCellWrapper.cs
- SystemDiagnosticsSection.cs
- Selection.cs
- EpmSyndicationContentSerializer.cs
- Parsers.cs
- ExpressionVisitor.cs
- EventTrigger.cs
- EndEvent.cs
- FragmentQueryProcessor.cs
- ToolStripItemDesigner.cs
- SmiContextFactory.cs
- CharEntityEncoderFallback.cs
- ContainerParagraph.cs
- CompiledRegexRunnerFactory.cs
- ClientRequest.cs
- COM2TypeInfoProcessor.cs
- TemplateBamlRecordReader.cs
- ParsedRoute.cs
- InArgument.cs
- DataTableReader.cs
- DataGridViewCell.cs
- ConfigurationProviderException.cs
- SafeTokenHandle.cs
- FormViewUpdatedEventArgs.cs
- StoreAnnotationsMap.cs
- DateTimeStorage.cs
- _KerberosClient.cs
- TreeViewCancelEvent.cs
- SqlProcedureAttribute.cs
- DataAdapter.cs
- ExeContext.cs
- ToolStrip.cs
- XmlNullResolver.cs
- DataServiceKeyAttribute.cs
- SystemThemeKey.cs
- RelationshipEndMember.cs
- CodeMethodReturnStatement.cs
- Process.cs
- BitArray.cs
- MissingMemberException.cs
- FixedDocumentPaginator.cs
- TextSearch.cs
- UICuesEvent.cs
- MethodRental.cs
- ColorKeyFrameCollection.cs
- SignatureGenerator.cs
- UnsupportedPolicyOptionsException.cs
- PersonalizationStateInfo.cs
- AnimationClock.cs
- DatatypeImplementation.cs
- WebMethodAttribute.cs
- SqlRowUpdatedEvent.cs
- TraceSection.cs
- TemplateXamlParser.cs
- SqlMethodCallConverter.cs
- WeakRefEnumerator.cs
- UnsafeNativeMethods.cs
- MatrixUtil.cs
- DocumentViewer.cs
- DataGridViewHeaderCell.cs
- ModelServiceImpl.cs
- LeaseManager.cs
- XmlQuerySequence.cs
- baseaxisquery.cs
- NetworkAddressChange.cs
- LinqToSqlWrapper.cs
- GridViewHeaderRowPresenter.cs
- SQLByteStorage.cs
- TemplatedMailWebEventProvider.cs
- DocumentViewerBase.cs
- CompiledIdentityConstraint.cs