The CardSpace Controls

Token.UniqueID Property

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.

[Visual Basic]
Public ReadOnly Property UniqueID As 
[C#]
public  UniqueID {get;}

See Also

Token Class | InformationCards Namespace