共用方式為


IdentityConfiguration.SecurityTokenHandlers 屬性

定義

取得 SecurityTokenHandler 物件的集合,用來序列化和驗證在 WS-Trust 訊息中找到的權杖。

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

屬性值

語彙基元處理常式的集合。

備註

若要註冊您自己的令牌處理程式,請將它新增至這個集合。

適用於