The CardSpace Controls

XmlEncDecryptor.DecryptToken Method 

Decrpyts a security token from an XML EncryptedData

[Visual Basic]
Public Shared Function DecryptToken( _
   ByVal String As String _
) As Byte()
[C#]
public static byte[] DecryptToken(
   String xmlToken
);

Parameters

String
the XML token to decrypt

Return Value

A byte array of the contents of the encrypted token

See Also

XmlEncDecryptor Class | InformationCards Namespace