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
Microsoft.IdentityModel.Web.CookieTransform
Microsoft.IdentityModel.Web.ProtectedDataCookieTransform
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.