This documentation is archived and is not being maintained.

PassportIdentity Properties

The properties of the PassportIdentity class are listed here. For a complete list of PassportIdentity class members, see the PassportIdentity Members topic.

Public Properties

public propertyAuthenticationType Gets the type of authentication used to identify the user.
public propertyError Gets a value indicating the error state associated with the current Passport ticket.
public propertyGetFromNetworkServer Gets information on a Passport server connection and query string.
public propertyHasSavedPassword Gets information on whether the Passport member's password was saved.
public propertyHasTicket Gets a value indicating whether the query string includes a Passport ticket as a cookie.
public propertyHexPUID Gets the Passport Unique Identifier (PUID) for the currently authenticated user, in hexadecimal form.
public propertyIsAuthenticated Gets a value indicating whether the user is authenticated against a Passport authority.
public propertyItem Gets Passport profile attributes.

In C#, this property is the indexer for the PassportIdentity class.

public propertyName Gets the name of the current user.
public propertyTicketAge Gets the time, in seconds, since the last ticket was issued or refreshed.
public propertyTimeSinceSignIn [To be supplied.]

See Also

PassportIdentity Class | System.Web.Security Namespace

Show: