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



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace