Token Constructor
|
Token Constructor |
AuthorizationContext | Returns the AuthorizationContext behind this token |
Claims | Exposes the claims in all the claimsets as a dictionary of strings. |
SiteSpecificID | Returns the "SiteSpecificID" that equals the one the user sees in the Identity Selector. |
UniqueID | Gets the UniqueID of this token. By default, this uses the PPID and the Issuer's Public Key and hashes them together to generate a UniqueID. To use a different field, add a line to the web.config: |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
FlattenClaims | Flattens the claims into a dictionary |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |