Sdílet prostřednictvím


SecurityTokenHandlerCollectionManager.SecurityTokenHandlerCollections Vlastnost

Definice

Získá kolekce obslužných rutin tokenů zabezpečení spravované touto instancí.

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)

Hodnota vlastnosti

Kolekce obslužné rutiny tokenů spravované touto instancí.

Platí pro

Viz také