PassportIdentity.Decrypt(String) 方法
定义
使用当前站点的 Passport 参与者密钥对数据进行解密。Decrypts data using the Passport participant key for the current site. 此类已弃用。This class is deprecated.
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
要解密的数据。The data to be decrypted.
返回
使用当前站点的 Passport 参与者密钥进行解密的数据。Data decrypted using the Passport participant key for the current site.
注解
此类已弃用且不再受支持。This class has been deprecated and is no longer supported. Microsoft Passport 网络已替换为 Windows Live ID。Microsoft Passport Network has been replaced by Windows Live ID. 有关如何使用 Windows Live ID 在 Web 应用程序中对用户进行身份验证的详细信息,请参阅 Windows LIVE ID SDK。For more information about how to use Windows Live ID to authenticate users in a Web application, see Windows Live ID SDK.