Microsoft.IdentityModel.Tokens.TokenDecryptionKeyResolver
Resolves the decryption key for the security token.
namespace Microsoft.IdentityModel.Tokens
{
public delegate IEnumerable<SecurityKey> TokenDecryptionKeyResolver (string token, SecurityToken securityToken, string kid, TokenValidationParameters validationParameters);
}