IssuerTokenResolver Class
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.
Resolves issuer tokens received from service partners.
public ref class IssuerTokenResolver : System::IdentityModel::Selectors::SecurityTokenResolver
public class IssuerTokenResolver : System.IdentityModel.Selectors.SecurityTokenResolver
type IssuerTokenResolver = class
inherit SecurityTokenResolver
Public Class IssuerTokenResolver
Inherits SecurityTokenResolver
- Inheritance
Constructors
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. |
Fields
DefaultStoreLocation |
The default store location for resolving X.509 certificates. |
DefaultStoreName |
The default store for resolving X.509 certificates. |
Properties
WrappedTokenResolver |
Gets the security token resolver wrapped by this instance. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
LoadCustomConfiguration(XmlNodeList) |
When overridden in a derived class, loads custom configuration from XML. (Inherited from SecurityTokenResolver) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ResolveSecurityKey(SecurityKeyIdentifierClause) |
Obtains the key that is referenced in the specified key identifier clause. (Inherited from SecurityTokenResolver) |
ResolveToken(SecurityKeyIdentifier) |
Retrieves a security token that matches one of the security key identifier clauses contained within the specified key identifier. (Inherited from SecurityTokenResolver) |
ResolveToken(SecurityKeyIdentifierClause) |
Retrieves the security token that matches the specified key identifier clause. (Inherited from SecurityTokenResolver) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
TryResolveSecurityKey(SecurityKeyIdentifierClause, SecurityKey) |
Attempts to retrieve the key that is referenced in the specified key identifier clause. (Inherited from SecurityTokenResolver) |
TryResolveSecurityKeyCore(SecurityKeyIdentifierClause, SecurityKey) |
Attempts to retrieve the key that is referenced in the specified key identifier clause. (Override of the base class method.) |
TryResolveToken(SecurityKeyIdentifier, SecurityToken) |
Attempts to retrieve the security token that matches one of the key identifier clauses contained within the specified key identifier. (Inherited from SecurityTokenResolver) |
TryResolveToken(SecurityKeyIdentifierClause, SecurityToken) |
Attempts to retrieve the security token that matches the specified key identifier clause. (Inherited from SecurityTokenResolver) |
TryResolveTokenCore(SecurityKeyIdentifier, SecurityToken) |
Attempts to retrieve the security token that matches at least one of the key identifier clauses contained within the specified key identifier. (Override of the base class method.) |
TryResolveTokenCore(SecurityKeyIdentifierClause, SecurityToken) |
When overridden in a derived class, attempts to resolve the security token that matches the specified key identifier clause. (Override of the base class method.) |