namespace DigitalData.Core.Abstractions.Security { public interface IAsymmetricDecryptor : IAsymmetricPrivateKey { byte[] Decrypt(byte[] data); } }