DigitalCertificatesCollectionGetCertByIssuer Method

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

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.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