Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataSysAttribute.cs
- FreezableCollection.cs
- WebPartZone.cs
- TypographyProperties.cs
- PersonalizableTypeEntry.cs
- TextEffect.cs
- CodeSnippetStatement.cs
- ConditionValidator.cs
- GregorianCalendarHelper.cs
- WSSecurityPolicy.cs
- GlobalItem.cs
- DataServiceRequestOfT.cs
- DeviceContext2.cs
- Application.cs
- HttpChannelBindingToken.cs
- EnumValAlphaComparer.cs
- FontNameEditor.cs
- MonthChangedEventArgs.cs
- SecUtil.cs
- InkPresenterAutomationPeer.cs
- HttpListenerPrefixCollection.cs
- SqlFactory.cs
- GeneralTransformCollection.cs
- WebConfigurationManager.cs
- ModelItemDictionaryImpl.cs
- EventToken.cs
- XmlSchemaSimpleContent.cs
- DataConnectionHelper.cs
- MetadataSerializer.cs
- XmlQueryRuntime.cs
- ConsumerConnectionPoint.cs
- TextTreeObjectNode.cs
- DataGridViewCellStyleBuilderDialog.cs
- Renderer.cs
- sqlinternaltransaction.cs
- AuthenticationConfig.cs
- DbParameterHelper.cs
- ToolboxItemAttribute.cs
- updatecommandorderer.cs
- CounterSetInstance.cs
- CodeSubDirectoriesCollection.cs
- XmlSchemaComplexContent.cs
- DocumentEventArgs.cs
- PropertyPath.cs
- DropTarget.cs
- AdornerHitTestResult.cs
- DataColumn.cs
- VScrollBar.cs
- Privilege.cs
- NativeMethodsOther.cs
- TextBox.cs
- BookmarkCallbackWrapper.cs
- OrderPreservingMergeHelper.cs
- ServicePoint.cs
- UpdateRecord.cs
- Polygon.cs
- ViewStateException.cs
- EndpointInfo.cs
- HotSpotCollection.cs
- ISAPIWorkerRequest.cs
- processwaithandle.cs
- SettingsSection.cs
- SystemFonts.cs
- ConfigXmlWhitespace.cs
- ResourceManager.cs
- NoneExcludedImageIndexConverter.cs
- CellRelation.cs
- DataPagerFieldCollection.cs
- _HeaderInfo.cs
- EmptyReadOnlyDictionaryInternal.cs
- OpCellTreeNode.cs
- DeclaredTypeValidatorAttribute.cs
- Stack.cs
- _UncName.cs
- ApplicationFileParser.cs
- ConfigPathUtility.cs
- TableParagraph.cs
- GridEntry.cs
- NoneExcludedImageIndexConverter.cs
- EditBehavior.cs
- CustomAttributeSerializer.cs
- ListParaClient.cs
- _SingleItemRequestCache.cs
- ConstraintConverter.cs
- SmtpReplyReaderFactory.cs
- XmlAttribute.cs
- DrawItemEvent.cs
- GiveFeedbackEvent.cs
- FixedSchema.cs
- HtmlAnchor.cs
- StateManagedCollection.cs
- PerfProviderCollection.cs
- HandledEventArgs.cs
- Control.cs
- WindowAutomationPeer.cs
- MetadataResolver.cs
- EventTrigger.cs
- ConnectionConsumerAttribute.cs
- ProfileModule.cs
- DataTableMapping.cs