Creates a new instance of RsaSignatureCookieTransform.
Namespace: Microsoft.IdentityModel.Web
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim key As RSA

Dim instance As New RsaSignatureCookieTransform(key)

Syntax

Visual Basic
Public Sub New ( _
		key As RSA _
)
C#
public RsaSignatureCookieTransform (
		RSA key
)
C++
public:
RsaSignatureCookieTransform (
		RSA^ key
)
J#
public RsaSignatureCookieTransform (
		RSA key
)
JScript
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