feat(Sicherheit): Umbenennung von CryptFactory und seiner Schnittstelle in (I)AsymCryptService
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace DigitalData.Core.Abstractions.Security
|
||||
{
|
||||
public interface ICryptFactory
|
||||
public interface IAsymCryptService
|
||||
{
|
||||
int KeySizeInBits { get; init; }
|
||||
|
||||
Reference in New Issue
Block a user