AesGcm.Dispose Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Security.dll (version 7.0.9083)
Dispose(Boolean)
Releases the unmanaged resources used by the current instance and optionally releases the managed resources.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
Boolean | disposing | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
Dispose()
Releases the resources used by the current instance.
Declaration
public void Dispose()