RsaSha1SignatureCookieTransform 构造函数 (RSA)

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

用法

    Dim key As RSA

Dim instance As New RsaSha1SignatureCookieTransform(key)

语法

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

参数

  • key
     

平台

开发平台

Windows Server 2003, Windows Vista

Target Platforms

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

请参见

参考

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