DefaultAuthenticationEventArgs Class
.NET Framework 3.0
Provides data for the DefaultAuthentication_OnAuthenticate event. This class cannot be inherited.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The 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 DefaultAuthenticationModule constructs a DefaultAuthenticationEventArgs object using the current HttpContext and passes it to the DefaultAuthentication_OnAuthenticate event.
Community Additions
ADD
Show: