Winnovative Excel to PDF Converter

DigitalCertificatesCollectionGetCertBySerialNumber Method

Winnovative Excel to PDF Converter Documentation
Searches the certificate by the specified serial number.

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

Reference