refactor(Abstractions.Security): Unnötige public Schlüsselwörter in Schnittstellen entfernt.
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
|
||||
IAsymmetricDecryptor VaultDecryptor { get; }
|
||||
|
||||
public IEnumerable<IAsymmetricTokenDescriptor> TokenDescriptors { get; }
|
||||
IEnumerable<IAsymmetricTokenDescriptor> TokenDescriptors { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user