共用方式為


SecurityTokenHandlerCollectionManager.SecurityTokenHandlerCollections 屬性

定義

取得由這個執行個體所管理的安全性權杖處理常式集合。

public:
 property System::Collections::Generic::IEnumerable<System::IdentityModel::Tokens::SecurityTokenHandlerCollection ^> ^ SecurityTokenHandlerCollections { System::Collections::Generic::IEnumerable<System::IdentityModel::Tokens::SecurityTokenHandlerCollection ^> ^ get(); };
public System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SecurityTokenHandlerCollection> SecurityTokenHandlerCollections { get; }
member this.SecurityTokenHandlerCollections : seq<System.IdentityModel.Tokens.SecurityTokenHandlerCollection>
Public ReadOnly Property SecurityTokenHandlerCollections As IEnumerable(Of SecurityTokenHandlerCollection)

屬性值

由這個執行個體所管理的權杖處理常式集合。

適用於

另請參閱