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

Namespace: ExpertPdf.PdfCreator
Assembly: ExpertPdf.PdfCreator (in ExpertPdf.PdfCreator.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