EVO HTML to PDF Converter

DigitalCertificatesCollection.GetCertByIssuer Method

EVO HTML to PDF Converter for .NET Documentation
Searches the certificate by issuer name in the digital certificates collection.

Namespace:  EvoPdf
Assembly:  evohtmltopdf (in evohtmltopdf.dll) Version: 10.0.0.0
Syntax

public DigitalCertificate GetCertByIssuer(
	string issuerName
)

Parameters

issuerName
Type: System.String
Issuer name.

Return Value

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

Reference