refactor(Abstractions.Security): Unnötige public Schlüsselwörter in Schnittstellen entfernt.
This commit is contained in:
@@ -4,7 +4,7 @@ namespace DigitalData.Core.Abstractions.Security
|
||||
{
|
||||
public interface IAsymmetricPrivateKey : IAsymmetricKey
|
||||
{
|
||||
public bool IsEncrypted { get; }
|
||||
bool IsEncrypted { get; }
|
||||
|
||||
IAsymmetricPublicKey PublicKey { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user