Provides cookie integrity using RSA signature.
Пространство имен: Microsoft.IdentityModel.Web
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

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

Visual Basic
Dim instance As RsaSignatureCookieTransform

Синтаксис

Visual Basic
Public Class RsaSignatureCookieTransform
		Inherits CookieTransform
C#
public class RsaSignatureCookieTransform : CookieTransform
C++
public ref class RsaSignatureCookieTransform : public CookieTransform
J#
public class RsaSignatureCookieTransform extends CookieTransform
JScript
public class RsaSignatureCookieTransform extends CookieTransform

Примечания

RsaSignatureCookieTransform adds an RSA-SHA1 MAC to the cookie data. This provides integrity but not confidentiality

Cookies protected with this transform may be read by any machine that shares the same RSA private key (generally associated with an X509 certificate).


Иерархия наследования

System.Object
   Microsoft.IdentityModel.Web.CookieTransform
    Microsoft.IdentityModel.Web.RsaSignatureCookieTransform
       Microsoft.IdentityModel.Web.RsaSha1SignatureCookieTransform

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также