Enum PdfSignatureFormat
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Specifies digital signature formats.
public enum PdfSignatureFormat
Fields
CadesDetached = 1
(PDF 1.7) The ETSI.CAdES.detached signature format.
Pkcs7Detached = 0
The adbe.pkcs7.detached signature format.
Remarks
The Sign PDF documents in C# and VB.NET article shows how to sign PDF documents using digital signatures.
Check out the other articles and code samples on the Digital signatures page.