Provides properties and methods for associating digital certificate with an e-mail address.
System.Object
EASendMail.Certificate
[Visual Basic] Public Class Certificate
[C#] public class Certificate
[C++] public __gc class Certificate
[JScript] public class Certificate
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 Constructors
| Certificate Constructor | Initializes a new instance of the Certificate class. |
Public Properties
| HasCertificate | Gets whether the certificate has been loaded. |
| PublicKey | Gets the certificate encoded public key for DomainKeys and DKIM deployment. |
Public Methods
| Load | Loads the certificate from .pfx or .cer file. |
| FindSubject | Finds the certificate in Certificate Storage by subject. |
| Unload | Unloads the certificate. |
Remarks