namespace DigitalData.Core.Abstractions.Security { public interface IAsymmetricTokenValidator : IAsymmetricPublicKey { } }