Click or drag to resize

DigitalCertificatesCollectionGetCertBySerialNumber Method

Searches the certificate by the specified serial number.

Namespace:  ExpertPdf.HtmlToPdf.PdfDocument
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public DigitalCertificate GetCertBySerialNumber(
	byte[] serialNumber
)

Parameters

serialNumber
Type: SystemByte
Serial number to search.

Return Value

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