Click or drag to resize
MimeKit

CryptographyContextEnabledEncryptionAlgorithms Property

Get the enabled encryption algorithms in ranked order.

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

Property Value

EncryptionAlgorithm
The enabled encryption algorithms.
Remarks
Gets the enabled encryption algorithms in ranked order.
See Also