namespace DigitalData.Core.Abstractions.Security.Key; public interface IAsymmetricEncryptor : IAsymmetricPublicKey { byte[] Encrypt(byte[] data); }