The CardSpace Controls

Token Members

Token overview

Public Instance Constructors

Token Constructor Token Constructor

Public Instance Properties

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: Replacing the value with the URI for your unique claim.

Public Instance Methods

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.

Protected Instance Methods

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.

See Also

Token Class | InformationCards Namespace