DefaultAuthenticationEventArgs

DefaultAuthenticationEventArgs

System.Web.Security (system.web.dll)sealed class

This class provides a reference to the System.Web.HttpContext object for the DefaultAuthenticationModule.Authenticate event. Unlike all other Authenticate events, this event does not provide objects that allow you to set or examine user identity information; the DefaultAuthenticationModule is used only when the authentication mode is set to "None."

public sealed class DefaultAuthenticationEventArgs : EventArgs { // Public Constructors    public DefaultAuthenticationEventArgs(System.Web.HttpContext context); // Public Instance Properties    public HttpContext Context{get; } }

Hierarchy

System.Object System.EventArgs DefaultAuthenticationEventArgs

Passed To

DefaultAuthenticationEventHandler.{BeginInvoke( ), Invoke( )}



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net