SecurityTokenService.FederatedAsyncState クラス

定義

このクラスは、セキュリティ トークン サービス内の非同期呼び出し間で要求の状態を維持するために使用されます。

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

非同期呼び出しに関連付けられているトークン リクエスタの ID を取得します。

Request

非同期呼び出しに関連付けられているトークン要求 (RST) を取得します。

Result

非同期呼び出しに関連付けられている IAsyncResult を取得します。

SecurityTokenHandler

非同期トークン発行呼び出し中に使用されるセキュリティ トークン ハンドラーを取得または設定します。

メソッド

名前 説明
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象