feat(AsymCryptParams): Schlüsselgröße zum Parameter Dateiname hinzugefügt
This commit is contained in:
@@ -9,7 +9,7 @@ namespace DigitalData.Core.Security.Cryptographer
|
||||
{
|
||||
public virtual string Pem { get; init; }
|
||||
|
||||
public RSAEncryptionPadding Padding { get; init; }// = RSAEncryptionPadding.OaepSHA256;
|
||||
public RSAEncryptionPadding Padding { get; init; } = RSAEncryptionPadding.OaepSHA256;
|
||||
|
||||
// TODO: add as json converter to IConfigurIConfiguration.Config
|
||||
public string PaddingName
|
||||
|
||||
Reference in New Issue
Block a user