Mentalis.org Security Library documentation

HMAC.Dispose Method 

Releases the resources used by the HMAC.

[Visual Basic]
Overrides Protected Sub Dispose( _
   ByVal disposing As Boolean _
)
[C#]
protected override void Dispose(
   bool disposing
);

Parameters

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

See Also

HMAC Class | HMAC Members | Org.Mentalis.Security.Cryptography Namespace