IdentityConfiguration.SecurityTokenHandlers プロパティ

定義

WS-Trust メッセージ内にあるトークンをシリアル化し、検証するために使用する SecurityTokenHandler オブジェクトのコレクションを取得します。

public:
 property System::IdentityModel::Tokens::SecurityTokenHandlerCollection ^ SecurityTokenHandlers { System::IdentityModel::Tokens::SecurityTokenHandlerCollection ^ get(); };
public System.IdentityModel.Tokens.SecurityTokenHandlerCollection SecurityTokenHandlers { get; }
member this.SecurityTokenHandlers : System.IdentityModel.Tokens.SecurityTokenHandlerCollection
Public ReadOnly Property SecurityTokenHandlers As SecurityTokenHandlerCollection

プロパティ値

トークン ハンドラーのコレクション。

注釈

独自のトークン ハンドラーを登録するには、このコレクションに追加します。

適用対象