Winnovative Excel to PDF Converter

DigitalCertificatesStoreGetCertificates Method (String)

Winnovative Excel to PDF Converter Documentation
Gets the certificates collection from the specified PKCS#12 file. This method uses a NULL password to get the certificates from packet. A PKCS#12 file stores both the private and the public key and such a file can be for example a file with extension .pfx generated by IIS from the SSL certificate installed for a website.

Namespace:  Winnovative.ExcelToPdf
Assembly:  wnvexceltopdf (in wnvexceltopdf.dll) Version: 10.0.0.0
Syntax

public static DigitalCertificatesCollection GetCertificates(
	string certFileName
)

Parameters

certFileName
Type: SystemString
The path of the .pfx or .p12 file storing the certificates.

Return Value

Type: DigitalCertificatesCollection
The certificates collection.
See Also

Reference