Releases the unmanaged resources used by the MD5SHA1 and optionally releases the managed resources.
            
    Namespace: 
   Rebex.Security.Cryptography
    Assembly:
   Rebex.Common (in Rebex.Common.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Protected Overrides Sub Dispose ( _ disposing As Boolean _ ) | 
| C# | 
|---|
| protected override void Dispose( bool disposing ) | 
Parameters
- disposing
- Type: System..::..Boolean
 true to release both managed and unmanaged resources; false to release only unmanaged resources.
 
     
     
     
     
    