Click or drag to resize
MimeKit

CryptographyContextDigestAlgorithmRank Property

Get the preferred rank order for the digest algorithms; from the most preferred to the least.

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

Property Value

DigestAlgorithm
The preferred encryption algorithm ranking.
Remarks
Gets the preferred rank order for the digest algorithms; from the most preferred to the least.
See Also