Returns the underlying instance of the MD5 object that is used to compute the MD5 part of the combined hash.
            
    Namespace: 
   Rebex.Security.Cryptography
    Assembly:
   Rebex.Common (in Rebex.Common.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public ReadOnly Property MD5 As HashAlgorithm Get | 
| C# | 
|---|
| public HashAlgorithm MD5 { get; } | 
 
     
     
     
     
    