refactor(Abstractions.Security): Unnötige public Schlüsselwörter in Schnittstellen entfernt.
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
{
|
||||
public interface IAsymmetricEncryptor : IAsymmetricPublicKey
|
||||
{
|
||||
public byte[] Encrypt(byte[] data);
|
||||
byte[] Encrypt(byte[] data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user