wolfSSL / wolfTPM

wolfTPM is a highly portable TPM 2.0 library, designed for embedded use.
https://www.wolfssl.com
GNU General Public License v2.0
244 stars 60 forks source link

Implement `IDisposable` for CSharp classes for cleanup of unmanaged resources #225

Closed dgarske closed 2 years ago

dgarske commented 2 years ago

Implement IDisposable for CSharp classes that need cleanup of unmanaged resources (see #221)