SignatureOptions.HashAlgorithm Property
Gets or sets the algorithm used to hash the signature.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Core.v26.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Property Value
| Type | Description |
|---|---|
| HashAlgorithm | The enumeration value that indicates the hash algorithm. |
Available values:
| Name | Description |
|---|---|
| SHA256 | SHA256 hashing algorithm. |
| SHA384 | SHA384 hashing algorithm. |
| SHA512 | SHA512 hashing algorithm. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to HashAlgorithm |
|---|---|
| PdfExportOptions |
|
See Also