PassportIdentity Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| 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.
|
| Name |
Gets the name of the current user.
|
| TicketAge |
Gets the time, in seconds, since the last ticket was issued or refreshed.
|
| TimeSinceSignIn |
Gets the time, in seconds, since a member's logon to the Passport logon server.
|
Reference
PassportIdentity ClassSystem.Web.Security Namespace
Other Resources
Passport Authentication ProviderCommunity Additions
ADD
Show: