MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Cryptography
X509CertificateDatabase Class
X509CertificateDatabase Methods
Dispose Method
Dispose Method
Dispose(Boolean) Method
X509Certificate
Database
Dispose Method
Releases all resource used by the
X509CertificateDatabase
object.
Namespace:
MimeKit.Cryptography
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
void
Dispose
()
Implements
IDisposable
Dispose
Remarks
Call
Dispose
when you are finished using the
X509CertificateDatabase
. The
Dispose
method leaves the
X509CertificateDatabase
in an unusable state. After calling
Dispose
, you must release all references to the
X509CertificateDatabase
so the garbage collector can reclaim the memory that the
X509CertificateDatabase
was occupying.
See Also
Reference
X509CertificateDatabase Class
Dispose Overload
MimeKit.Cryptography Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast