Compartir a través de


ProtectedDataCookieTransform (Clase)

Provides cookie integrity and confidentiality using ProtectedData.

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

Uso

    Dim instance As ProtectedDataCookieTransform

Sintaxis

'Declaración
Public NotInheritable Class ProtectedDataCookieTransform
    Inherits CookieTransform
public sealed class ProtectedDataCookieTransform : CookieTransform
public ref class ProtectedDataCookieTransform sealed : public CookieTransform
public final class ProtectedDataCookieTransform extends CookieTransform
public final class ProtectedDataCookieTransform extends CookieTransform

Notas

Due to the nature of ProtectedData, cookies which use this tranform can only be read by the same machine which wrote them. As such, this transform is not appropriate for use in applications that run on a web server farm.

Jerarquía de herencia

System.Object
   Microsoft.IdentityModel.Web.CookieTransform
    Microsoft.IdentityModel.Web.ProtectedDataCookieTransform

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

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