System.Web.Security.DefaultAuthenticationEventArgs Class

Provides data for the DefaultAuthentication_OnAuthenticate event. This class cannot be inherited.

See Also: DefaultAuthenticationEventArgs Members

Syntax

public sealed class DefaultAuthenticationEventArgs : EventArgs

Remarks

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.

Requirements

Namespace: System.Web.Security
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0