Share via


BootstrapContext.SecurityTokenHandler プロパティ

定義

コンテキストを初期化するために使用されたトークン ハンドラーを取得します。

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

プロパティ値

トークン ハンドラーまたは null

注釈

このプロパティは、コンストラクターが BootstrapContext.BootstrapContext(SecurityToken, SecurityTokenHandler) 使用された場合にのみ設定されます。それ以外の場合は です null

適用対象