Share via


SecurityTokenHandler.ContainingCollection 屬性

定義

取得包含目前執行個體的權杖處理常式集合。

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

屬性值

包含目前執行個體的權杖處理常式集合。

備註

將令牌處理程式新增至 SecurityTokenHandlerCollection 實例時,會自動設定這個屬性。

適用於