Click or drag to resize
Pdftools logo

SignatureFormat Enumeration


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