Partager via


Classe ProtectedDataCookieTransform

Provides cookie integrity and confidentiality using ProtectedData.

Espace de noms: Microsoft.IdentityModel.Web
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)

Utilisation

    Dim instance As ProtectedDataCookieTransform

Syntaxe

'Déclaration
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

Remarques

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.

Hiérarchie d'héritage

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

Cohérence de thread

Tous les membres statiques publics (partagés dans Visual Basic) de ce type sont thread-safe.Il n'est pas garanti que les membres d'instance soient thread-safe.

Plateformes

Plateformes de développement

Windows Server 2003, Windows Vista

Target Platforms

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

Voir aussi

Référence

Membres ProtectedDataCookieTransform
Espace de noms Microsoft.IdentityModel.Web