Click or drag to resize
Pdftools logo

SignatureFormat Enumeration


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