Click or drag to resize

DigitalCertificatesCollectionGetCertByIssuer Method

Searches the certificate by issuer name.

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.dll) Version: 17.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