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
See Also
Mail.VerifySignature Method
Mail.Decrypt Method
Online Tutorials
Verify Digital Signature and Decrypt Email in VB6 - S/MIME
Verify Digital Signature and Decrypt Email in Delphi - S/MIME
Verify Digital Signature and Decrypt Email in VC++ - S/MIME