Click or drag to resize
MimeKit

X509CertificateDatabaseEncryptionAlgorithm Property

Gets or sets the algorithm used for encrypting the private keys.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected DerObjectIdentifier EncryptionAlgorithm { get; set; }

Property Value

DerObjectIdentifier
The 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