See Also: DefaultAuthenticationEventArgs Members
The System.Web.Security.DefaultAuthenticationEventArgs class is used to supply event values to the DefaultAuthentication_OnAuthenticate event and to enable you to specify a custom Windows identity for the current request.
The System.Web.Security.DefaultAuthenticationModule constructs a System.Web.Security.DefaultAuthenticationEventArgs object using the current System.Web.HttpContext and passes it to the DefaultAuthentication_OnAuthenticate event.