Winnovative Excel to PDF Converter

DigitalCertificatesCollectionGetCertByIssuer Method

Winnovative Excel to PDF Converter Documentation
Searches the certificate by issuer name in the digital certificates collection.

Namespace:  Winnovative.ExcelToPdf
Assembly:  wnvexceltopdf (in wnvexceltopdf.dll) Version: 10.0.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

Reference