Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class Microsoft.​IdentityModel.​Tokens.​IssuerSigningKeyResolver

Assembly: Microsoft.IdentityModel.Tokens

Inheritance: object → delegate → System.​MulticastDelegate → IssuerSigningKeyResolver

Implemented Interfaces

Resolves the signing key used for validating a token's signature.

Remarks

If both <see cref="T:Microsoft.IdentityModel.Tokens.IssuerSigningKeyResolverUsingConfiguration" /> and <see cref="T:Microsoft.IdentityModel.Tokens.IssuerSigningKeyResolver" /> are set, <see cref="T:Microsoft.IdentityModel.Tokens.IssuerSigningKeyResolverUsingConfiguration" /> takes priority.

Properties

public bool
HasSingleTarget
public object
Target

Methods

Invoke​(string token, SecurityToken securityToken, string kid, TokenValidationParameters validationParameters)
BeginInvoke​(string token, SecurityToken securityToken, string kid, TokenValidationParameters validationParameters, System.​AsyncCallback callback, object object)
protected delegate
CombineImpl​(delegate follow)
public bool
Equals​(object obj)
public int
GetHashCode​()
public delegate[]
GetInvocationList​()
GetMethodImpl​()
protected delegate
RemoveImpl​(delegate value)
public object
Clone​()
Inherited from delegate
public object
DynamicInvoke​(object[] args)
Inherited from delegate
protected object
DynamicInvokeImpl​(object[] args)
Inherited from delegate
protected void
Finalize​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object