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)

適用対象