SecurityTokenService.FederatedAsyncState 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這個類別用來維護安全性權杖服務中的非同步呼叫的要求狀態。
protected: ref class SecurityTokenService::FederatedAsyncState
protected class SecurityTokenService.FederatedAsyncState
Protected Class SecurityTokenService.FederatedAsyncState
- 繼承
-
SecurityTokenService.FederatedAsyncState
建構函式
SecurityTokenService.FederatedAsyncState(RequestSecurityToken, ClaimsPrincipal, IAsyncResult) |
使用指定的權杖要求 (RST)、權杖要求者和 SecurityTokenService.FederatedAsyncState 物件,初始化 IAsyncResult 類別的新執行個體。 |
SecurityTokenService.FederatedAsyncState(SecurityTokenService+FederatedAsyncState) |
從指定的 SecurityTokenService.FederatedAsyncState 物件,初始化 SecurityTokenService.FederatedAsyncState 類別的新執行個體。 這個建構函式有效地建立指定的執行個體的複本。 |
屬性
ClaimsPrincipal |
取得與非同步呼叫相關的權杖要求者的識別。 |
Request |
取得與非同步呼叫相關聯的權杖要求 (RST)。 |
Result |
取得與非同步呼叫相關聯的 IAsyncResult。 |
SecurityTokenHandler |
取得或設定非同步權杖發行呼叫期間將會使用的安全性權杖處理常式。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |