TokenUtility.ComputeCombinedId Method
Does the actual calculation of a combined ID from a value and an RSA key.
[Visual Basic]
Public Shared Function ComputeCombinedId( _
ByVal
RSA As
RSA, _
ByVal
String As
String _
) As
String
[C#]
public static
string ComputeCombinedId(
RSA issuerKey,
String claimValue);
Parameters
-
RSA
- The key of the issuer of the token
-
String
- the claim value to hash with.
Return Value
See Also
TokenUtility Class | InformationCards Namespace