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.

C# | Visual Basic | Visual C++ |
public static DigitalCertificatesCollection GetCertificates( string certFileName )
Public Shared Function GetCertificates ( certFileName As String ) As DigitalCertificatesCollection
public: static DigitalCertificatesCollection^ GetCertificates( String^ certFileName )

- certFileName (String)
- The path of the .pfx or .p12 file storing the certificates.

DigitalCertificatesCollection
The certificates collection.
The certificates collection.
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)