SHA512Managed.Dispose(Boolean) Method

Definition

Releases unmanaged resources used by the SHA512Managed object and optionally releases the managed resources.

C#
protected override sealed void Dispose(bool disposing);
C#
protected override void Dispose(bool disposing);

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 SHA512Managed.Finalize() method. Dispose() invokes the protected Dispose(Boolean) method with the disposing parameter set to true. SHA512Managed.Finalize() invokes Dispose(Boolean) with disposing set to false.

Applies to

Product Versions
.NET Framework 4.8, 4.8.1