Click or drag to resize
DigitalCertificatesCollectionGetCertByIssuer Method
Searches the certificate by issuer name.

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public DigitalCertificate GetCertByIssuer(
	string issuerName
)

Parameters

issuerName
Type: SystemString
Issuer name.

Return Value

Type: DigitalCertificate
The certificate with the specified issuer name or null if no certificate was found.
See Also