Winnovative HTML to PDF Converter

DigitalCertificatesCollectionGetCertBySerialNumber Method

Winnovative HTML to PDF Converter for .NET Documentation
Searches the certificate by the specified serial number.

Namespace:  Winnovative
Assembly:  wnvhtmltopdf (in wnvhtmltopdf.dll) Version: 17.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