Click or drag to resize
MimeKit

CmsSignerDigestAlgorithm Property

Get or set the digest algorithm.

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

Property Value

DigestAlgorithm
The digest algorithm.
Remarks
Specifies which digest algorithm to use to generate the cryptographic hash of the content being signed.
See Also