 | CryptographyContextEnabledDigestAlgorithms Property |
Get the enabled digest algorithms in ranked order.
Namespace:
MimeKit.Cryptography
Assembly:
MimeKit (in MimeKit.dll) Version: 3.0.0
Syntaxpublic DigestAlgorithm[] EnabledDigestAlgorithms { get; }
Property Value
Type:
DigestAlgorithmThe enabled encryption algorithms.
Remarks
Gets the enabled digest algorithms in ranked order.
See Also