refactor(ICryptFactory.Password): umbenennen in PbePassword
This commit is contained in:
@@ -6,7 +6,7 @@ namespace DigitalData.Core.Abstractions.Security
|
|||||||
{
|
{
|
||||||
public int KeySizeInBits { get; init; }
|
public int KeySizeInBits { get; init; }
|
||||||
|
|
||||||
public string Password { get; init; }
|
public string PbePassword { get; init; }
|
||||||
|
|
||||||
public PbeEncryptionAlgorithm PbeEncryptionAlgorithm { get; init; }
|
public PbeEncryptionAlgorithm PbeEncryptionAlgorithm { get; init; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user