Creates a new instance of RsaSignatureCookieTransform.
Пространство имен: Microsoft.IdentityModel.Web
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim key As RSA

Dim instance As New RsaSignatureCookieTransform(key)

Синтаксис

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
)

Параметры

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

См. также