refactor(PbePassword): CryptFactory.PbePassword.get privat und Secrets.PBE_PASSWORD intern gemacht.

- JsonIgnore-Attribut zu Secrets.PBE_PASSWORD hinzugefügt
 - ICryptFactory.PbePassword.get wurde entfernt.
This commit is contained in:
Developer 02
2024-11-19 19:44:52 +01:00
parent 0169097671
commit 806bc01c17
3 changed files with 7 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ namespace DigitalData.Core.Abstractions.Security
{
public int KeySizeInBits { get; init; }
public string PbePassword { get; init; }
public string PbePassword { init; }
public PbeEncryptionAlgorithm PbeEncryptionAlgorithm { get; init; }