IssuerTokenResolver Class
Resolves issuer tokens received from service partners.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
System.IdentityModel.Selectors::SecurityTokenResolver
System.IdentityModel.Tokens::IssuerTokenResolver
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | WrappedTokenResolver | Gets the security token resolver wrapped by this instance. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | LoadCustomConfiguration(XmlNodeList^) | When overridden in a derived class, loads custom configuration from XML.(Inherited from SecurityTokenResolver.) |
![]() | MemberwiseClone() | |
![]() | 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.)(Overrides SecurityTokenResolver::TryResolveSecurityKeyCore(SecurityKeyIdentifierClause^, SecurityKey^%).) |
![]() | 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.)(Overrides SecurityTokenResolver::TryResolveTokenCore(SecurityKeyIdentifier^, SecurityToken^%).) |
![]() | 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.)(Overrides SecurityTokenResolver::TryResolveTokenCore(SecurityKeyIdentifierClause^, SecurityToken^%).) |
| Name | Description | |
|---|---|---|
![]() ![]() | DefaultStoreLocation | The default store location for resolving X.509 certificates. |
![]() ![]() | DefaultStoreName | The default store for resolving X.509 certificates. |
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




