Click or drag to resize
Pdf Library for .NET

PdfDigitalCertificatesCollectionGetCertByIssuer Method

Searches for a certificate with a specified issuer name.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 23.1
Syntax
public PdfDigitalCertificate GetCertByIssuer(
	string issuerName
)

Parameters

issuerName
Type: SystemString
Issuer name.

Return Value

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