RsaEncryptionCookieTransform 构造函数 (RSA)

命名空间: Microsoft.IdentityModel.Web
程序集: Microsoft.IdentityModel(microsoft.identitymodel.dll 中)

用法

    Dim key As RSA

Dim instance As New RsaEncryptionCookieTransform(key)

语法

声明
Public Sub New ( _
    key As RSA _
)
public RsaEncryptionCookieTransform (
    RSA key
)
public:
RsaEncryptionCookieTransform (
    RSA^ key
)
public RsaEncryptionCookieTransform (
    RSA key
)
public function RsaEncryptionCookieTransform (
    key : RSA
)

参数

  • key
     

平台

开发平台

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

请参见

参考

RsaEncryptionCookieTransform 类
RsaEncryptionCookieTransform 成员
Microsoft.IdentityModel.Web 命名空间