System.Web.Security.PassportAuthenticationEventArgs: Property Members

The properties of System.Web.Security.PassportAuthenticationEventArgs are listed below. For a list of all members, see the PassportAuthenticationEventArgs Members list.

See Also: Inherited members from System.EventArgs

Public Properties

[read-only]
ContextSystem.Web.HttpContext.

Gets the System.Web.HttpContext object for the current HTTP request. This class is deprecated.

[read-only]
IdentityPassportIdentity.

Gets an authenticated Passport identity. This class is deprecated.

UserSystem.Security.Principal.IPrincipal.

Gets or sets the System.Security.Principal.IPrincipal object to be associated with the request. This class is deprecated.