Certificate.HasCertificate Property


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

A bool value indicating whether the certificate has been loaded.

Remarks

To learn more about email digital signature and encryption, please refer to Digital Signature and E-mail Encryption section.

Online Examples

Sign Email - Visual Basic
Encrypt Email - Visual Basic
Sign Email - C#
Encrypt Email - C#
Sign Email - C++/CLI
Encrypt Email - C++/CLI