using Microsoft.IdentityModel.Tokens; namespace DigitalData.Core.Abstractions.Security.Key; public interface IAsymmetricTokenValidator : IAsymmetricPublicKey { SecurityKey SecurityKey { get; } }