Gets the certificate that was used to create the signature.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfSignatureCertificate GetSigningCertificate()
VB
Public Function GetSigningCertificate As PdfSignatureCertificate
Return Value
Type:
PdfSignatureCertificate
The certificate that was used to create the signature.
See Also