PassportIdentity.Decrypt(String) 方法

定義

使用目前網站的 Passport 參與者金鑰來解密資料。 這個類別已被取代。

public:
 static System::String ^ Decrypt(System::String ^ strData);
public static string Decrypt (string strData);
static member Decrypt : string -> string
Public Shared Function Decrypt (strData As String) As String

參數

strData
String

要解密的資料。

傳回

String

資料,是使用目前網站的 Passport 參與者金鑰來解密。

備註

此類別已被取代,不再支援。 Microsoft Passport Network 已由 Windows Live ID 取代。

適用於