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
- SafeFileMapViewHandle.cs
- DeflateEmulationStream.cs
- CircleEase.cs
- ChangeTracker.cs
- QilGenerator.cs
- ParserContext.cs
- SecurityDescriptor.cs
- ImportCatalogPart.cs
- C14NUtil.cs
- UnhandledExceptionEventArgs.cs
- GregorianCalendar.cs
- MsmqHostedTransportManager.cs
- CfgRule.cs
- CharacterHit.cs
- TableDetailsCollection.cs
- GetKeyedHashRequest.cs
- HtmlInputRadioButton.cs
- BuildProviderAppliesToAttribute.cs
- DispatcherProcessingDisabled.cs
- StreamUpdate.cs
- DataServiceConfiguration.cs
- GrammarBuilderDictation.cs
- SemaphoreSecurity.cs
- CollectionBuilder.cs
- HtmlFormWrapper.cs
- FigureParagraph.cs
- InternalControlCollection.cs
- SqlProfileProvider.cs
- WSSecurityOneDotOneSendSecurityHeader.cs
- ClientConfigurationSystem.cs
- SmiContextFactory.cs
- Debug.cs
- CreateWorkflowOwnerCommand.cs
- MonitoringDescriptionAttribute.cs
- SqlXml.cs
- Config.cs
- RequestCachePolicy.cs
- DataGridTableStyleMappingNameEditor.cs
- InputProviderSite.cs
- ImageKeyConverter.cs
- TemplateControlParser.cs
- ProgressBar.cs
- AssertUtility.cs
- DetailsViewRowCollection.cs
- DataListCommandEventArgs.cs
- MatrixTransform.cs
- SolidBrush.cs
- ToolStripSettings.cs
- EntityCommandCompilationException.cs
- XmlDocumentType.cs
- UIElementHelper.cs
- HyperLinkField.cs
- WebPartManager.cs
- VisualTreeUtils.cs
- SafeNativeMethodsCLR.cs
- hresults.cs
- SendMailErrorEventArgs.cs
- TypeUtil.cs
- EventLogPermissionAttribute.cs
- DropTarget.cs
- ReflectionHelper.cs
- WebPartExportVerb.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- RenamedEventArgs.cs
- MarshalDirectiveException.cs
- CallbackHandler.cs
- xml.cs
- UpdateException.cs
- TimeSpanConverter.cs
- VerificationAttribute.cs
- ApplyHostConfigurationBehavior.cs
- DescendantQuery.cs
- ServiceContractViewControl.Designer.cs
- CommandConverter.cs
- SQLStringStorage.cs
- RepeaterItemCollection.cs
- CatalogPartChrome.cs
- SecurityManager.cs
- cookiecontainer.cs
- AssertValidation.cs
- DataKey.cs
- XmlCharType.cs
- CustomAttributeSerializer.cs
- SoapHeader.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- sqlinternaltransaction.cs
- CodeTypeDeclaration.cs
- XPathSelfQuery.cs
- TextParaLineResult.cs
- OverloadGroupAttribute.cs
- ContextDataSourceContextData.cs
- BitmapEffectvisualstate.cs
- CodeLinePragma.cs
- StylusSystemGestureEventArgs.cs
- SpeechEvent.cs
- EventRoute.cs
- InvalidTimeZoneException.cs
- MailDefinition.cs
- RectangleGeometry.cs
- PropertyConverter.cs