The CardSpace Controls

TokenUtility.AuthenticateToken Method 

Token Authentication. Translates the decrypted data into a AuthContext This method makes a strong assumption that the decrypted token in in UTF-8 format.

[Visual Basic]
Public Shared Function AuthenticateToken( _
   ByVal Byte[] As Byte() _
) As AuthorizationContext
[C#]
public static AuthorizationContext AuthenticateToken(
   Byte[] decryptedTokenData
);

Parameters

Byte[]
Decrypted token

See Also

TokenUtility Class | InformationCards Namespace