Microsoft.IdentityModel.Tokens.Experimental.DecryptionKeyResolverDelegate
Resolves the decryption key for the security token.
namespace Microsoft.IdentityModel.Tokens.Experimental
{
public delegate IList<SecurityKey> DecryptionKeyResolverDelegate (string token, SecurityToken securityToken, string kid, ValidationParameters validationParameters, CallContext callContext);
}