HMACSHA1.Dispose(Boolean) Method

Definition

This member overrides Dispose(Boolean), and more complete documentation might be available in that topic.

Releases the unmanaged resources used by the KeyedHashAlgorithm and optionally releases the managed resources.

protected:
 override void Dispose(bool disposing);
protected override void Dispose (bool disposing);
override this.Dispose : bool -> unit
Protected Overrides Sub Dispose (disposing As Boolean)

Parameters

disposing
Boolean

true to release both managed and unmanaged resources; false to release only unmanaged resources.

Applies to