SHA384Managed.Dispose(Boolean) Method

Definition

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

protected override sealed void Dispose (bool disposing);
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 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.

Applies to

Product Versions
.NET Framework 4.8, 4.8.1