EVO Word to PDF Converter

DigitalCertificatesCollectionGetCertBySerialNumber Method

EVO Word to PDF Converter Documentation
Searches the certificate by the specified serial number.

Namespace:  EvoWordToPdf
Assembly:  evowordtopdf (in evowordtopdf.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