Click or drag to resize
Pdftools logo

SignatureFormat Enumeration


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