SHA384Managed.Dispose(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Releases unmanaged resources used by the SHA384Managed object and optionally releases the managed resources.
protected:
override void Dispose(bool disposing);
protected override sealed void Dispose (bool disposing);
protected override void Dispose (bool disposing);
override this.Dispose : bool -> unit
Protected Overrides NotOverridable Sub Dispose (disposing As Boolean)
Protected Overrides Sub Dispose (disposing As Boolean)
Parameters
- disposing
- Boolean
true
to release both managed and unmanaged resources; false
to release only unmanaged resources.
Remarks
This method is called by the public Dispose() method and the SHA384Managed.Finalize()
method. Dispose() invokes the protected Dispose(Boolean) method with the disposing
parameter set to true
. SHA384Managed.Finalize()
invokes Dispose(Boolean) with disposing
set to false
.