System.Web.Security.PassportIdentity: Property Members

The properties 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 Properties

[read-only]
AuthenticationTypestring.

Gets the type of authentication used to identify the user. This class is deprecated.

[read-only]
Errorint.

Gets a value indicating the error state associated with the current Passport ticket. This class is deprecated.

[read-only]
GetFromNetworkServerbool.

Gets information on a Passport server connection and query string. This class is deprecated.

[read-only]
HasSavedPasswordbool.

Gets information on whether the Passport member's password was saved. This class is deprecated.

[read-only]
HasTicketbool.

Gets a value indicating whether the query string includes a Passport ticket as a cookie. This class is deprecated.

[read-only]
HexPUIDstring.

Gets the Passport Unique Identifier (PUID) for the currently authenticated user, in hexadecimal form. This class is deprecated.

[read-only]
IsAuthenticatedbool.

Gets a value indicating whether the user is authenticated against a Passport authority. This class is deprecated.

[read-only]
default property
Item(string)string. Documentation for this section has not yet been entered.
[read-only]
Namestring.

Gets the name of the current user. This class is deprecated.

[read-only]
TicketAgeint.

Gets the time, in seconds, since the last ticket was issued or refreshed. This class is deprecated.

[read-only]
TimeSinceSignInint.

Gets the time, in seconds, since a member's logon to the Passport logon server. This class is deprecated.