SubjectInfo.DigestAlgorithm Property
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
DigestAlgorithm
Gets the digest algorithm used to produce a signature. Only set for signers, not for recipients.
Declaration
public SignatureHashAlgorithm DigestAlgorithm { get; }
Property Value
Type | Description |
---|---|
SignatureHashAlgorithm | Digest algorithm. |