Method Dispose
- Namespace
- MailFathom.Infrastructure.DataEncryption
- Assembly
- MailFathom.Infrastructure.dll
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Remarks
Erases the decoded key. Call it as soon as the operation that needed it finishes, so the window in which a process dump could contain the key is bounded by an operation rather than by uptime.