System.Web.Security.WindowsAuthenticationEventArgs Members

The members of System.Web.Security.WindowsAuthenticationEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

Public Properties

[read-only]
ContextSystem.Web.HttpContext.

Gets the System.Web.HttpContext object for the current HTTP request.

[read-only]
IdentitySystem.Security.Principal.WindowsIdentity.

Gets the Windows identity passed to the System.Web.Security.WindowsAuthenticationEventArgs constructor.

UserSystem.Security.Principal.IPrincipal.

Gets or sets the System.Security.Principal.IPrincipal object to be associated with the current request.