RsaSignatureCookieTransform 构造函数 (RSA)

Creates a new instance of RsaSignatureCookieTransform.

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

用法

    Dim key As RSA

Dim instance As New RsaSignatureCookieTransform(key)

语法

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

参数

  • key
    RSA key used to sign/verify

异常

异常类型 条件
ArgumentNullException

When key is null

平台

开发平台

Windows Server 2003, Windows Vista

Target Platforms

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

请参见

参考

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