SecurityTokenHandler.ContainingCollection 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得包含目前執行個體的權杖處理常式集合。
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 實例時,會自動設定這個屬性。