AggregateTokenResolver(IEnumerable<SecurityTokenResolver>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the AggregateTokenResolver class by using the specified list of token resolvers.
public:
AggregateTokenResolver(System::Collections::Generic::IEnumerable<System::IdentityModel::Selectors::SecurityTokenResolver ^> ^ tokenResolvers);
public AggregateTokenResolver (System.Collections.Generic.IEnumerable<System.IdentityModel.Selectors.SecurityTokenResolver> tokenResolvers);
new System.IdentityModel.Tokens.AggregateTokenResolver : seq<System.IdentityModel.Selectors.SecurityTokenResolver> -> System.IdentityModel.Tokens.AggregateTokenResolver
Public Sub New (tokenResolvers As IEnumerable(Of SecurityTokenResolver))
Parameters
- tokenResolvers
- IEnumerable<SecurityTokenResolver>
A list of the security token resolvers to be wrapped by this instance.
Exceptions
tokenResolvers
is null
.
Remarks
The TokenResolvers property is initialized with the specified list of token resolvers.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.