Click or drag to resize
MimeKit

CryptographyContextEnabledDigestAlgorithms Property

Get the enabled digest algorithms in ranked order.

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

Property Value

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