namespace DigitalData.Core.Abstractions.Security { public interface IAsymCryptService : IRSAFactory { public IEnumerable Decryptors { get; } } public interface IAsymCryptService : IAsymCryptService, IRSAFactory { } }