This documentation is archived and is not being maintained.

PassportIdentity.Decrypt Method

Decrypts data using the Passport participant key for the current site.

[Visual Basic]
Public Shared Function Decrypt( _
   ByVal 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;

Parameters

strData
The data to be decrypted.

Return Value

Data decrypted using the Passport participant key for the current site.

Remarks

For more information, see the Passport SDK documentation for IPassportCrypt.Decrypt, available in the MSDN Library at http://msdn.microsoft.com/library .

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

PassportIdentity Class | PassportIdentity Members | System.Web.Security Namespace

Show: