HMACSHA512.Dispose(Boolean) Método

Definição

Libera os recursos não gerenciados usados pelo HMACSHA512 e opcionalmente libera os recursos gerenciados.Releases the unmanaged resources used by the HMACSHA512 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)

Parâmetros

disposing
Boolean

true para liberar recursos gerenciados e não gerenciados; false para liberar apenas recursos não gerenciados.true to release both managed and unmanaged resources; false to release only unmanaged resources.

Aplica-se a