MailBee.NET Objects 7.1

CertificateStore.Dispose Method 

Releases the resources associated with the current CertificateStore object.

public void Dispose();

Implements

IDisposable.Dispose

Remarks

The certificate store is an unmanaged resource, it's recommended to manually dispose it when you no longer need it.

See Also

CertificateStore Class | MailBee.Security Namespace