Certificate.Unload Method


Unloads the certificate to release unmanaged resource in Certificate Object.

[Visual Basic]
Public Sub Unload( _
)
[C#]
public void Unload(
);
[C++]
public: void Unload(
);
[JScript]
public function Unload(
);

Remarks

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

Online Examples

Sign Email - VB
Encrypt Email - VB
Sign Email - C#
Encrypt Email - C#
Sign Email - C++/CLI
Encrypt Email - C++/CLI