Click or drag to resize
Pdftools logo

SignatureFormat Enumeration


Namespace: PdfTools.Crypto
Assembly: PdfTools (in PdfTools.dll) Version: 1.8.0+c1110cafb37403de0188424e1c97e84e318ca892
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