Gets the certificate that was used to issue the given certificate.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfSignatureCertificate GetIssuerCertificateFor(
PdfSignatureCertificate certificate
)
VB
Public Function GetIssuerCertificateFor (
certificate As PdfSignatureCertificate
) As PdfSignatureCertificate
Parameters
- certificate
- Type: BitMiracle.Docotic.Pdf.PdfSignatureCertificate
The certificate to get the issuer certificate for.
Return Value
Type:
PdfSignatureCertificate
The certificate that was used to issue the given certificate or
null if such
certificate is not embedded in the PDF file.
See Also