DigitalCertificatesCollectionGetCertByIssuer Method

Searches the certificate by issuer name in the digital certificates collection.

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public DigitalCertificate GetCertByIssuer(
	string issuerName
)

Parameters

issuerName  String
Issuer name.

Return Value

DigitalCertificate
The certificate with the specified issuer name or null if no certificate was found.

See Also