Releases the resources used by the HMAC.
Namespace: LLCryptoLib.Security.CryptographyAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
protected override void Dispose(
bool disposing
) |
Visual Basic |
---|
Protected Overrides Sub Dispose ( _
disposing As Boolean _
) |
Visual C++ |
---|
protected:
virtual void Dispose(
bool disposing
) override |
Parameters
- disposing
- Type: System..::..Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also