IssuerTokenResolver Constructors
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 IssuerTokenResolver class.
Overloads
IssuerTokenResolver() |
Initializes a new instance of the IssuerTokenResolver class. |
IssuerTokenResolver(SecurityTokenResolver) |
Initializes a new instance of the IssuerTokenResolver class by using the specified token resolver. |
IssuerTokenResolver()
Initializes a new instance of the IssuerTokenResolver class.
public:
IssuerTokenResolver();
public IssuerTokenResolver ();
Public Sub New ()
Remarks
By default, the new instance is initialized with an X509CertificateStoreTokenResolver that uses the default store (LM.TrustedPeople). //
Applies to
IssuerTokenResolver(SecurityTokenResolver)
Initializes a new instance of the IssuerTokenResolver class by using the specified token resolver.
public:
IssuerTokenResolver(System::IdentityModel::Selectors::SecurityTokenResolver ^ wrappedTokenResolver);
public IssuerTokenResolver (System.IdentityModel.Selectors.SecurityTokenResolver wrappedTokenResolver);
new System.IdentityModel.Tokens.IssuerTokenResolver : System.IdentityModel.Selectors.SecurityTokenResolver -> System.IdentityModel.Tokens.IssuerTokenResolver
Public Sub New (wrappedTokenResolver As SecurityTokenResolver)
Parameters
- wrappedTokenResolver
- SecurityTokenResolver
The security token resolver to be wrapped by this instance. Sets the WrappedTokenResolver property in the new instance.