ProtectedDataCookieTransform 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用 ProtectedData 類別提供 cookie 完整性和機密性。 此類別無法獲得繼承。
public ref class ProtectedDataCookieTransform sealed : System::IdentityModel::CookieTransform
public sealed class ProtectedDataCookieTransform : System.IdentityModel.CookieTransform
type ProtectedDataCookieTransform = class
inherit CookieTransform
Public NotInheritable Class ProtectedDataCookieTransform
Inherits CookieTransform
- 繼承
備註
由於類別的本質,使用此轉換的 ProtectedData Cookie 只能由寫入它們的相同電腦讀取。 因此,此轉換不適用於在 Web 伺服器數位上執行的應用程式。
建構函式
ProtectedDataCookieTransform() |
建立 ProtectedDataCookieTransform 類別的新執行個體。 |
方法
Decode(Byte[]) |
確認資料保護並傳回解密的資料。 |
Encode(Byte[]) |
保護 (加密) 指定的資料。 |
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |