Winnovative Excel to PDF Converter

DigitalCertificatesStore Class

Winnovative Excel to PDF Converter Documentation
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.
Inheritance Hierarchy

SystemObject
  Winnovative.ExcelToPdfDigitalCertificatesStore

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

public class DigitalCertificatesStore

The DigitalCertificatesStore type exposes the following members.

Constructors

  NameDescription
Public methodDigitalCertificatesStore
Initializes a new instance of the DigitalCertificatesStore class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetCertificates
Gets the certificates collection from the Personal Certificates store. The Personal Certificates store can be accessed from Control Panel/Internet Options, Content, Certificates.
Public methodStatic memberGetCertificates(CertSystemStore)
Gets the certificates collection from the specified system certificates store.
Public methodStatic memberGetCertificates(String)
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.
Public methodStatic memberGetCertificates(Byte, String)
Gets the certificates collection from the specified password protected PKCS#12 file given as binary data. 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.
Public methodStatic memberGetCertificates(String, String)
Gets the certificates collection from the specified password protected PKCS#12 file. 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.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference