| CryptographyContextDigestAlgorithmRank Property |
Get the preferred rank order for the digest algorithms; from the most preferred to the least.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax protected DigestAlgorithm[] DigestAlgorithmRank { get; set; }
Property Value
DigestAlgorithmThe preferred encryption algorithm ranking.
Remarks
Gets the preferred rank order for the digest algorithms; from the most preferred to the least.
See Also