Certificate Object


Provides properties and methods for presenting a digital certificate.

IDispatch
    ICertificate

[Visual Basic 6.0]
Public Class Certificate
[Visual C++]
public: interface ICertificate

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Public Properties

HasCertificate Gets whether the certificate has been loaded.

Public Methods

Load Loads the certificate from .pfx binary data.
LoadFromFile Loads the certificate from .pfx certificate file.
FindSubject Finds the certificate in Certificate Storage by subject.
Unload Unloads the certificate.

Remarks

To learn more about email digital signature and encryption, please refer to Digital Signature and E-mail Encryption/Decryption section.
To sign and encrypt email content, please refer to EASendMail SMTP Component.