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
- Translator.cs
- BitmapSource.cs
- PageWrapper.cs
- UriExt.cs
- SizeFConverter.cs
- HtmlShim.cs
- BuildProviderCollection.cs
- ConvertEvent.cs
- TargetControlTypeAttribute.cs
- X509SecurityTokenAuthenticator.cs
- StylusPointProperties.cs
- ICollection.cs
- SQLDateTime.cs
- FormatterServicesNoSerializableCheck.cs
- OracleDateTime.cs
- GroupStyle.cs
- XPathMultyIterator.cs
- tabpagecollectioneditor.cs
- FileDialogCustomPlacesCollection.cs
- DocumentsTrace.cs
- StylusPointCollection.cs
- XmlCustomFormatter.cs
- VariableQuery.cs
- PointLight.cs
- DrawingCollection.cs
- EventEntry.cs
- TypeInitializationException.cs
- InstanceHandle.cs
- DynamicRenderer.cs
- HttpAsyncResult.cs
- DragDropManager.cs
- NumericExpr.cs
- SafeWaitHandle.cs
- ComponentDesigner.cs
- ObjectStateFormatter.cs
- ExpressionConverter.cs
- Sentence.cs
- Avt.cs
- ProxyOperationRuntime.cs
- MergablePropertyAttribute.cs
- SerializationTrace.cs
- CookielessHelper.cs
- ConnectionPointGlyph.cs
- LabelTarget.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- BitmapCodecInfo.cs
- DefaultBindingPropertyAttribute.cs
- BindMarkupExtensionSerializer.cs
- XpsFontSubsetter.cs
- UIPermission.cs
- ELinqQueryState.cs
- IERequestCache.cs
- OracleConnectionStringBuilder.cs
- ToolStripDropTargetManager.cs
- EditorOptionAttribute.cs
- HwndMouseInputProvider.cs
- ClassGenerator.cs
- XmlNode.cs
- PermissionSet.cs
- RawStylusInputCustomDataList.cs
- SplineQuaternionKeyFrame.cs
- SafeArrayTypeMismatchException.cs
- PagePropertiesChangingEventArgs.cs
- CompositeControl.cs
- MembershipPasswordException.cs
- Content.cs
- ContentTypeSettingClientMessageFormatter.cs
- HashCodeCombiner.cs
- TypeDependencyAttribute.cs
- SR.cs
- ObjectStorage.cs
- PersonalizationProviderCollection.cs
- ThreadInterruptedException.cs
- GradientStopCollection.cs
- TransformValueSerializer.cs
- SingleTagSectionHandler.cs
- InvokeHandlers.cs
- AssemblyNameProxy.cs
- OutOfProcStateClientManager.cs
- CounterCreationDataCollection.cs
- RegexMatchCollection.cs
- HtmlInputText.cs
- Int32CAMarshaler.cs
- BinaryEditor.cs
- OleDbCommand.cs
- ParameterBuilder.cs
- CornerRadius.cs
- ResourcesBuildProvider.cs
- TextTreeUndo.cs
- FormViewUpdatedEventArgs.cs
- ObjectListTitleAttribute.cs
- GridViewHeaderRowPresenter.cs
- NamespaceInfo.cs
- ToolbarAUtomationPeer.cs
- AssemblySettingAttributes.cs
- HtmlControl.cs
- Padding.cs
- Directory.cs
- SQLByte.cs
- TabPanel.cs