AggregateTokenResolver.TokenResolvers Property

Definition

Gets the security token resolvers that are wrapped by this instance.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::IdentityModel::Selectors::SecurityTokenResolver ^> ^ TokenResolvers { System::Collections::ObjectModel::ReadOnlyCollection<System::IdentityModel::Selectors::SecurityTokenResolver ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Selectors.SecurityTokenResolver> TokenResolvers { get; }
member this.TokenResolvers : System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Selectors.SecurityTokenResolver>
Public ReadOnly Property TokenResolvers As ReadOnlyCollection(Of SecurityTokenResolver)

Property Value

A read-only collection that contains the token resolvers that are wrapped by this instance.

Applies to