feat(Sicherheit): Umbenennung von CryptFactory und seiner Schnittstelle in (I)AsymCryptService

This commit is contained in:
Developer 02
2024-12-02 13:46:15 +01:00
parent 816d5835f1
commit a4b96c2f3e
4 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
namespace DigitalData.Core.Abstractions.Security
{
public interface ICryptFactory
public interface IAsymCryptService
{
int KeySizeInBits { get; init; }