Method GetSigningCertificate
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
GetSigningCertificate()
Gets the certificate that was used to create the signature.
public PdfSignatureCertificate GetSigningCertificate()
Returns
- PdfSignatureCertificate
The certificate that was used to create the signature.
Remarks
Read the Verify PDF signature in C# and VB.NET article for examples of using this method.