Skip to main content

PdfSignatureType Enum

Lists values used to specify the signature type.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.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