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( )}
|