| CmsSignerDigestAlgorithm Property |
Get or set the digest algorithm.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public DigestAlgorithm DigestAlgorithm { get; set; }
Property Value
DigestAlgorithmThe digest algorithm.
Remarks
Specifies which digest algorithm to use to generate the
cryptographic hash of the content being signed.
See Also