refactor(RSACryptographer): Entfernen von _pem, IsPemNull, SetPem, Init und Methoden zur Vereinfachung von RSAEncryptor

This commit is contained in:
Developer 02
2024-12-13 16:17:35 +01:00
parent fe2ee78d14
commit 68ef0a7537
4 changed files with 29 additions and 32 deletions

View File

@@ -11,7 +11,5 @@ namespace DigitalData.Core.Abstractions.Security
public string Issuer { get; init; }
public string Audience { get; init; }
public void Init();
}
}