Click or drag to resize
MimeKit

CryptographyContextDispose Method

Releases all resources used by the CryptographyContext object.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public void Dispose()

Implements

IDisposableDispose
Remarks
Call Dispose when you are finished using the CryptographyContext. The Dispose method leaves the CryptographyContext in an unusable state. After calling Dispose, you must release all references to the CryptographyContext so the garbage collector can reclaim the memory that the CryptographyContext was occupying.
See Also