refactor(ICryptFactory.Password): umbenennen in PbePassword
This commit is contained in:
parent
a39728dff5
commit
2a9c9551b8
@ -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; }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user