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