| X509CertificateDatabaseEncryptionAlgorithm Property |
Gets or sets the algorithm used for encrypting the private keys.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax protected DerObjectIdentifier EncryptionAlgorithm { get; set; }
Property Value
DerObjectIdentifierThe encryption algorithm.
Remarks The encryption algorithm should be one of the PBE (password-based encryption) algorithms
supported by Bouncy Castle.
The default algorithm is SHA-256 + AES256.
See Also