Table of Contents

Method GetIssuerCertificateFor

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

GetIssuerCertificateFor(PdfSignatureCertificate)

Gets the certificate that was used to issue the given certificate.

public PdfSignatureCertificate? GetIssuerCertificateFor(PdfSignatureCertificate certificate)

Parameters

certificate PdfSignatureCertificate

The certificate to get the issuer certificate for.

Returns

PdfSignatureCertificate

The certificate that was used to issue the given certificate or null if such certificate is not embedded in the PDF file.

Remarks

Read the Verify PDF signature in C# and VB.NET article for examples of using this method.