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

PdfSignatureType Enum

Lists values used to specify the signature type.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v21.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public enum PdfSignatureType

Members

Name Description
Pkcs7

A PKCS#7 signature.

PAdES

A signature with a PAdES baseline profile.

Timestamp

A document-level timestamp.

See Also