Winnovative Excel to PDF Converter

DigitalCertificatesStore Methods

Winnovative Excel to PDF Converter Documentation

The DigitalCertificatesStore type exposes the following members.

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