refactor(RSACryptographer): Verzeichnis- und Dateinamen-Intter in Setter umwandeln
This commit is contained in:
parent
f79d2e2352
commit
3f61b5064c
@ -12,9 +12,9 @@ namespace DigitalData.Core.Security.Cryptographer
|
||||
|
||||
public string? PemPath => FileName is null ? null : Path.Combine(Directory, FileName);
|
||||
|
||||
public string Directory { get; init; } = string.Empty;
|
||||
public string Directory { get; set; } = string.Empty;
|
||||
|
||||
public string? FileName { get; init; }
|
||||
public string? FileName { get; set; }
|
||||
|
||||
public RSAEncryptionPadding Padding { get; init; } = RSAEncryptionPadding.OaepSHA256;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user