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.​TokenDecryptionKeyResolver
Assembly: Microsoft.IdentityModel.Tokens
Inheritance: object → delegate → System.​MulticastDelegate → TokenDecryptionKeyResolver
Implemented Interfaces
- System.​ICloneable Implemented by: delegate
- System.​Runtime.​Serialization.​ISerializable Implemented by: delegate
Resolves the decryption key for the security token.
Properties
public
bool
HasSingleTarget
public
object
Target
Methods
public
System.​Collections.​Generic.​IEnumerable<​SecurityKey>
Invoke​(string token,
SecurityToken securityToken,
string kid,
TokenValidationParameters validationParameters)
BeginInvoke​(string token,
SecurityToken securityToken,
string kid,
TokenValidationParameters validationParameters,
System.​AsyncCallback callback,
object object)
public
System.​Collections.​Generic.​IEnumerable<​SecurityKey>
EndInvoke​(System.​IAsyncResult result)
protected
delegate
CombineImpl​(delegate follow)
Inherited from System.​MulticastDelegate
public
bool
Equals​(object obj)
Inherited from System.​MulticastDelegate
public
delegate[]
GetInvocationList​()
Inherited from System.​MulticastDelegate
public
void
GetObjectData​(System.​Runtime.​Serialization.​SerializationInfo info,
System.​Runtime.​Serialization.​StreamingContext context)
Inherited from System.​MulticastDelegate
protected
delegate
RemoveImpl​(delegate value)
Inherited from System.​MulticastDelegate
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
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object