Back to Devexpress

PdfHashAlgorithm Enum

corelibraries-devexpress-dot-xtraprinting-e9894993.md

latest1.4 KB
Original Source

PdfHashAlgorithm Enum

Lists values used to specify the secure hash algorithm (SHA) type for a signature.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum PdfHashAlgorithm
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum PdfHashAlgorithm

Members

NameDescription
SHA1

Obsolete. This field is obsolete (do not use this value due to security reasons).

| | SHA256 |

SHA256 hashing algorithm.

| | SHA384 |

SHA384 hashing algorithm.

| | SHA512 |

SHA512 hashing algorithm.

|

The following properties accept/return PdfHashAlgorithm values:

See Also

DevExpress.XtraPrinting Namespace