BootstrapContext 類別

定義

包含登入期間所使用之序列化版的原始權杖。

public ref class BootstrapContext : System::Runtime::Serialization::ISerializable
[System.Serializable]
public class BootstrapContext : System.Runtime.Serialization.ISerializable
[<System.Serializable>]
type BootstrapContext = class
    interface ISerializable
Public Class BootstrapContext
Implements ISerializable
繼承
BootstrapContext
屬性
實作

建構函式

BootstrapContext(Byte[])

使用指定的陣列,初始化 BootstrapContext 類別的新執行個體。

BootstrapContext(SecurityToken, SecurityTokenHandler)

使用指定的安全性權杖和權杖處理常式,初始化 BootstrapContext 類別的新執行個體。

BootstrapContext(SerializationInfo, StreamingContext)

從資料流初始化 BootstrapContext 類別的新執行個體。

BootstrapContext(String)

使用指定的字串,初始化 BootstrapContext 類別的新執行個體。

屬性

SecurityToken

取得用來初始化內容的安全性權杖。

SecurityTokenHandler

取得用來初始化內容的權杖處理常式。

Token

取得用來初始化內容的字串。

TokenBytes

取得用來初始化內容的陣列。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetObjectData(SerializationInfo, StreamingContext)

將序列化目前 SerializationInfo 物件所需的資料填入 BootstrapContext

GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於