This documentation is archived and is not being maintained.
PassportIdentity Properties
.NET Framework 1.1
The properties of the PassportIdentity class are listed here. For a complete list of PassportIdentity class members, see the PassportIdentity Members topic.
Public Properties
AuthenticationType | Gets the type of authentication used to identify the user. |
Error | Gets a value indicating the error state associated with the current Passport ticket. |
GetFromNetworkServer | Gets information on a Passport server connection and query string. |
HasSavedPassword | Gets information on whether the Passport member's password was saved. |
HasTicket | Gets a value indicating whether the query string includes a Passport ticket as a cookie. |
HexPUID | Gets the Passport Unique Identifier (PUID) for the currently authenticated user, in hexadecimal form. |
IsAuthenticated | Gets a value indicating whether the user is authenticated against a Passport authority. |
Item | Gets Passport profile attributes.
In C#, this property is the indexer for the PassportIdentity class. |
Name | Gets the name of the current user. |
TicketAge | Gets the time, in seconds, since the last ticket was issued or refreshed. |
TimeSinceSignIn | [To be supplied.] |
See Also
Show:
