Provides and interface for getting digital certificates from system certificates store or from a password protected
PKCS#12 file.
A PKCS#12 file stores both the private and the public keys 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: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public class DigitalCertificatesStore |
| Visual Basic |
|---|
Public Class DigitalCertificatesStore |
| Visual C++ |
|---|
public ref class DigitalCertificatesStore |
Inheritance Hierarchy
See Also