共用方式為


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

適用於