共用方式為


ProtectedDataCookieTransform 類別

Provides cookie integrity and confidentiality using ProtectedData.

命名空間: Microsoft.IdentityModel.Web
組件: Microsoft.IdentityModel (在 microsoft.identitymodel.dll 中)

使用方式

    Dim instance As ProtectedDataCookieTransform

語法

'宣告
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

備註

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

執行緒安全

任何這個類型的公用靜態 (在 Visual Basic 中為 共用) 成員都具備執行緒安全。不保證任何執行個體成員都具備執行緒安全。

平台

開發平台

Windows Server 2003, Windows Vista

Target Platforms

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

請參閱

參考

ProtectedDataCookieTransform 成員
Microsoft.IdentityModel.Web 命名空間