SecurityTokenHandlerCollectionManager.SecurityTokenHandlerCollections Proprietà

Definizione

Ottiene le raccolte di gestori di token di sicurezza gestite da questa istanza.

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)

Valore della proprietà

Raccolte di gestori di token gestite da questa istanza.

Si applica a

Vedi anche