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

Namespace: LLCryptoLib.Security.Cryptography
Assembly: 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