| X509CertificateDatabaseDispose(Boolean) Method |
Releases the unmanaged resources used by the
X509CertificateDatabase and
optionally releases the managed resources.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax protected virtual void Dispose(
bool disposing
)
Parameters
- disposing Boolean
- true to release both managed and unmanaged resources;
false to release only the unmanaged resources.
Remarks
Releases the unmanaged resources used by the
X509CertificateDatabase and
optionally releases the managed resources.
See Also