Mentalis.org Security Library documentation

MD2CryptoServiceProvider.Dispose Method 

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

[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

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