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.7.1
Syntax
C#
public EncryptionAlgorithm[] EnabledEncryptionAlgorithms { get; }

Property Value

EncryptionAlgorithm
The enabled encryption algorithms.

Implements

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