The CardSpace Controls

TokenUtility.CalculateSiteSpecificID Method 

Generates the Site Specific ID to match the one in the Identity Selector. The Identity Selector displays this instead of displaying the PPID.

[Visual Basic]
Public Shared Function CalculateSiteSpecificID( _
   ByVal String As String _
) As String
[C#]
public static string CalculateSiteSpecificID(
   String ppid
);

Parameters

String
the PPID

Return Value

a string containing the XXX-XXXX-XXX cosmetic value

See Also

TokenUtility Class | InformationCards Namespace