System.Web.Security Namespace PassportIdentity Class
Decrypts data using the Passport participant key for the current site.
[ VB ]
Public Shared Function Decrypt ( _
strData As String _
) As String
[ C# ]
public static string Decrypt (
string strData
);
[ C++ ]
public: static String* Decrypt (
String* strData
);
[ JScript ]
public static function Decrypt (
strData : String
) : String;
- strData
- The data to be decrypted.
Data decrypted using the Passport participant key for the current site.
For more information, see the Passport SDK documentation for IPassportCrypt.Decrypt, available in the MSDN Library.
PassportIdentity Members