Click or drag to resize
MimeKit

SecureMimeDigitalSignatureDigestAlgorithm Property

Gets the digest algorithm used for the signature.

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

Property Value

DigestAlgorithm
The digest algorithm.

Implements

IDigitalSignatureDigestAlgorithm
Remarks
Gets the digest algorithm used for the signature.
See Also