System.Web.Security.PassportIdentity: Method Members

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

See Also: Inherited members from System.Object

Public Methods

AuthUrl() : string

Returns a string containing the Login server URL for a member, as well as with optional information sent to the Login server in the query string. This class is deprecated.

AuthUrl(string) : string

Returns a string containing the Login server URL for a member, along with optional information sent to the Login server in the query string. This class is deprecated.

AuthUrl(string, int, bool, string, int, string, int, bool) : string

Returns the authentication server URL for a member. This class is deprecated.

AuthUrl(string, int, int, string, int, string, int, int) : string

Returns a string containing the Login server URL for a member, along with the optional information sent to the Login server in the query string. This class is deprecated.

AuthUrl2() : string

Returns a string containing the Login server URL for a member, as well as optional information sent to the Login server in the query string. This class is deprecated.

AuthUrl2(string) : string

Returns a string containing the Login server URL for a member, as well as optional information sent to the Login server in the query string. This class is deprecated.

AuthUrl2(string, int, bool, string, int, string, int, bool) : string

Returns a string containing the Login server URL for a member, as well as the optional information sent to the Login server in the query string. This class is deprecated.

AuthUrl2(string, int, int, string, int, string, int, int) : string

Retrieves a string containing the Login server URL for a member, as well as the optional information sent to the Login server in the query string. This class is deprecated.

static
Compress(string) : string

Compresses data. This class is deprecated.

static
CryptIsValid() : bool

Gets the state of a flag indicating if the Passport Manager is in a valid state for encryption. This class is deprecated.

static
CryptPutHost(string) : int

Sets the key being used for Passport encryption and decryption. This class is deprecated.

static
CryptPutSite(string) : int

Sets the key being used for Passport encryption and decryption by referring to the site-name label assigned to that key when the key was first installed. This class is deprecated.

static
Decompress(string) : string

Decompresses data that has been compressed by the PassportIdentity.Compress(string) method. This class is deprecated.

static
Decrypt(string) : string

Decrypts data using the Passport participant key for the current site. This class is deprecated.

static
Encrypt(string) : string

Encrypts data using the Passport participant key for the current site. This class is deprecated.

Finalize()
Documentation for this section has not yet been entered.
GetCurrentConfig(string) : object

Gets the contents of a registry key under the HKLM\SW\Microsoft\Passport hive. This class is deprecated.

GetDomainAttribute(string, int, string) : string

Provides information for a Passport domain by querying the Passport manager for the requested domain attribute. This class is deprecated.

GetDomainFromMemberName(string) : string

Returns the Passport domain from the member name string. This class is deprecated.

GetIsAuthenticated(int, bool, bool) : bool

Indicates whether the user is authenticated by a central site responsible for Passport authentication. This class is deprecated.

GetIsAuthenticated(int, int, int) : bool

Indicates whether the user is authenticated by a Passport authority. This class is deprecated.

GetLoginChallenge() : string

Logs the user on, either by generating a 302 redirect URL or initiating a Passport-aware client authentication exchange. This class is deprecated.

GetLoginChallenge(string) : string

Logs the user on by outputting the appropriate headers to either a 302 redirect URL or the initiation of a Passport-aware client authentication exchange. This class is deprecated.

GetLoginChallenge(string, int, int, string, int, string, int, int, object) : string

Logs the user on, either by generating a 302 redirect URL or initiating a Passport-aware client authentication exchange. This class is deprecated.

GetOption(string) : object

Gets a specific Passport logon option. This class is deprecated.

GetProfileObject(string) : object

Returns Passport profile information for the specified profile attribute. This class is deprecated.

HasFlag(int) : bool

Indicates whether a given flag is set in this user's profile. This class is deprecated.

HasProfile(string) : bool

Indicates whether a given profile attribute exists in this user's profile. This class is deprecated.

HaveConsent(bool, bool) : bool

Indicates whether full consent is granted in this user's profile. This class is deprecated.

LoginUser() : int

Logs the user on, either by generating a 302 redirect URL or initiating a Passport-aware client authentication exchange. This class is deprecated.

LoginUser(string) : int

Logs the user on, either by generating a 302 redirect URL or initiating a Passport-aware client authentication exchange. This class is deprecated.

LoginUser(string, int, bool, string, int, string, int, bool, object) : int

Logs the user on, either by generating a 302 redirect URL or by initiating a Passport-aware client authentication exchange. This class is deprecated.

LoginUser(string, int, int, string, int, string, int, int, object) : int

Logs the user on, either by generating a 302 redirect URL or initiating a Passport-aware client authentication exchange. This class is deprecated.

LogoTag() : string

Returns an HTML fragment containing an image tag for a Passport link. This class is deprecated.

LogoTag(string) : string

Returns an HTML fragment containing an HTML <img> tag for a Passport link. This class is deprecated.

LogoTag(string, int, bool, string, int, bool, string, int, bool) : string

Returns an HTML fragment containing an HTML <img> tag for a Passport link. This class is deprecated.

LogoTag(string, int, int, string, int, int, string, int, int) : string

Returns an HTML fragment containing an HTML <img> tag for a Passport link. This class is deprecated.

LogoTag2() : string

Returns an HTML fragment containing an image tag for a Passport link. This class is deprecated.

LogoTag2(string) : string

Returns an HTML fragment containing an HTML <img> tag for a Passport link. This class is deprecated.

LogoTag2(string, int, bool, string, int, bool, string, int, bool) : string

Returns an HTML fragment containing an HTML <img> tag for a Passport link. This class is deprecated.

LogoTag2(string, int, int, string, int, int, string, int, int) : string

Returns an HTML fragment containing an HTML <img> tag for a Passport link. This class is deprecated.

LogoutURL() : string

Returns the Passport logout URL string. This class is deprecated.

LogoutURL(string, string, int, string, int) : string

Returns the Passport logout URL string using the specified parameters. This class is deprecated.

SetOption(string, object)

Sets a specific Passport logon option. This class is deprecated.

static
SignOut(string)

Logs off the given Passport member from the current session. This class is deprecated.

Ticket(string) : object

Gets information on a specific attribute of the Passport authentication ticket. This class is deprecated.