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