Compartir a través de


RsaSignatureCookieTransform (Clase)

Provides cookie integrity using RSA signature.

Espacio de nombres: Microsoft.IdentityModel.Web
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)

Uso

    Dim instance As RsaSignatureCookieTransform

Sintaxis

'Declaración
Public Class RsaSignatureCookieTransform
    Inherits CookieTransform
public class RsaSignatureCookieTransform : CookieTransform
public ref class RsaSignatureCookieTransform : public CookieTransform
public class RsaSignatureCookieTransform extends CookieTransform
public class RsaSignatureCookieTransform extends CookieTransform

Notas

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).

Jerarquía de herencia

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

Seguridad para subprocesos

Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para subprocesos.No se garantiza que los miembros de instancias sean seguros para subprocesos.

Plataformas

Plataformas de desarrollo

Windows Server 2003, Windows Vista

Target Platforms

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

Vea también

Referencia

RsaSignatureCookieTransform (Miembros)
Microsoft.IdentityModel.Web (Espacio de nombres)