Click or drag to resize
MimeKit

OpenPgpContextDefaultEncryptionAlgorithm Property

Get or set the default encryption algorithm.

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

Property Value

EncryptionAlgorithm
The encryption algorithm.
Exceptions
ExceptionCondition
NotSupportedException The specified encryption algorithm is not supported.
Remarks
Gets or sets the default encryption algorithm.
See Also