Enum PdfSignatureAlgorithm
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Specifies the algorithm to use for signing.
public enum PdfSignatureAlgorithm
Fields
Ecdsa = 2
ECDSA algorithm (OID 1.2.840.10045.2.1).
Rsa = 0
RSA algorithm (OID 1.2.840.113549.1.1.1).
RsaSsaPss = 1
RSASSA-PSS algorithm (OID 1.2.840.113549.1.1.10).
Remarks
The signature algorithm is a part of the IPdfSigner interface.