Gets whether the certificate has been loaded.
[Visual Basic] Public Property HasCertificate As Boolean
[C#]
public bool HasCertificate {get; set;}
    [C++] public: __property bool get_HasCertificate();
[JScript] public function get HasCertificate() : Boolean;
Property Value
Remarks
See Also
        Mail.VerifySignature Method
        Mail.Decrypt Method
    
Online Tutorials
        Verify Digital Signature and Decrypt Email in C# - S/MIME
        Verify Digital Signature and Decrypt Email in VB - S/MIME
        Verify Digital Signature and Decrypt Email in C++/CLI - S/MIME