Click or drag to resize
Pdftools logo

SignatureFormat Enumeration


Namespace: PdfTools.Crypto
Assembly: PdfTools (in PdfTools.dll) Version: 1.13.1+c1edd0fb6162605291bc60916112af48eb301945
Syntax
C#
public enum SignatureFormat
Members
Member nameValueDescription
AdbePkcs7Detached1

Legacy PAdES Basic signature (PDF 1.6)

Legacy PAdES Basic signature specified by ETSI TS 102 778, Part 2. This type can be used for document signatures and certification (MDP) signatures.
EtsiCadesDetached2

PAdES signature (PDF 2.0)

PAdES signature as specified by European Standard ETSI EN 319 142. This type can be used for document signatures and certification (MDP) signatures.
See Also