refactor(ICryptFactory.Password): umbenennen in PbePassword

This commit is contained in:
Developer 02 2024-11-19 17:16:41 +01:00
parent a39728dff5
commit 2a9c9551b8

View File

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