BootstrapContext.SecurityTokenHandler 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得用來初始化內容的權杖處理常式。
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
。