RsaSignatureCookieTransform Constructor (RSA)

Creates a new instance of RsaSignatureCookieTransform.

Namespace: Microsoft.IdentityModel.Web
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

    Dim key As RSA

Dim instance As New RsaSignatureCookieTransform(key)

Syntax

'Declaration
Public Sub New ( _
    key As RSA _
)
public RsaSignatureCookieTransform (
    RSA key
)
public:
RsaSignatureCookieTransform (
    RSA^ key
)
public RsaSignatureCookieTransform (
    RSA key
)
public function RsaSignatureCookieTransform (
    key : RSA
)

Parameters

  • key
    RSA key used to sign/verify

Exceptions

Exception type Condition
ArgumentNullException

When key is null

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also

Reference

RsaSignatureCookieTransform Class
RsaSignatureCookieTransform Members
Microsoft.IdentityModel.Web Namespace