SecurityTokenHandlerCollectionManager.SecurityTokenHandlerCollections Property

Definition

Gets the security token handler collections managed by this instance.

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)

Property Value

The token handler collections managed by this instance.

Applies to

See also