SecurityTokenService.FederatedAsyncState.SecurityTokenHandler プロパティ

定義

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

public:
 property System::IdentityModel::Tokens::SecurityTokenHandler ^ SecurityTokenHandler { System::IdentityModel::Tokens::SecurityTokenHandler ^ get(); void set(System::IdentityModel::Tokens::SecurityTokenHandler ^ value); };
public System.IdentityModel.Tokens.SecurityTokenHandler SecurityTokenHandler { get; set; }
member this.SecurityTokenHandler : System.IdentityModel.Tokens.SecurityTokenHandler with get, set
Public Property SecurityTokenHandler As SecurityTokenHandler

プロパティ値

使用されるトークン ハンドラー。

適用対象