Gets the digest algorithm used to produce a signature. Only set for signers, not for recipients.

Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public ReadOnly Property DigestAlgorithm As SignatureHashAlgorithm
	Get
C#
public SignatureHashAlgorithm DigestAlgorithm { get; }

Field Value

Digest algorithm.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also