Skip to main content
A newer version of this page is available. .
All docs
V20.2
.NET Framework 4.5.2+

SignaturePolicy.DigestMethod Property

Gets or sets the signature digest method (the algorithm used to hash the policy).

Namespace: DevExpress.Office.DigitalSignatures

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public HashAlgorithmType DigestMethod { get; set; }

Property Value

Type Description
HashAlgorithmType

An enumeration value that indicates the digest method.

See Also