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

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

Visual Basic
Dim instance As ProtectedDataCookieTransform

Синтаксис

Visual Basic
Public NotInheritable Class ProtectedDataCookieTransform
		Inherits CookieTransform
C#
public sealed class ProtectedDataCookieTransform : CookieTransform
C++
public ref class ProtectedDataCookieTransform sealed : public CookieTransform
J#
public final class ProtectedDataCookieTransform extends CookieTransform
JScript
public final class ProtectedDataCookieTransform extends CookieTransform

Примечания

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.


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

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

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также