Winnovative PDF Creator Library for .NET
GetCertificates Method (certFileName)
NamespacesWinnovative.PdfCreatorDigitalCertificatesStoreGetCertificates(String)
Winnovative PDF Creator Library for .NET
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.
Declaration Syntax
C#Visual BasicVisual C++
public static DigitalCertificatesCollection GetCertificates(
	string certFileName
)
Public Shared Function GetCertificates ( _
	certFileName As String _
) As DigitalCertificatesCollection
public:
static DigitalCertificatesCollection^ GetCertificates(
	String^ certFileName
)
Parameters
certFileName (String)
The path of the .pfx or .p12 file storing the certificates.
Return Value
The certificates collection.

Assembly: Winnovative.PdfCreator (Module: Winnovative.PdfCreator) Version: 6.0.0.0 (6.0.0.0)