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
[read-only] | AuthenticationType | string.
Gets the type of authentication used to identify the user. This class is deprecated. |
[read-only] | Error | int.
Gets a value indicating the error state associated with the current Passport ticket. This class is deprecated. |
[read-only] | GetFromNetworkServer | bool.
Gets information on a Passport server connection and query string. This class is deprecated. |
[read-only] | HasSavedPassword | bool.
Gets information on whether the Passport member's password was saved. This class is deprecated. |
[read-only] | HasTicket | bool.
Gets a value indicating whether the query string includes a Passport ticket as a cookie. This class is deprecated. |
[read-only] | HexPUID | string.
Gets the Passport Unique Identifier (PUID) for the currently authenticated user, in hexadecimal form. This class is deprecated. |
[read-only] | IsAuthenticated | bool.
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] | Name | string.
Gets the name of the current user. This class is deprecated. |
[read-only] | TicketAge | int.
Gets the time, in seconds, since the last ticket was issued or refreshed. This class is deprecated. |
[read-only] | TimeSinceSignIn | int.
Gets the time, in seconds, since a member's logon to the Passport logon server. This class is deprecated. |