IMD5 Interface
Represents type IMD5.
type IMD5 = interface(IHashAlgorithm) ['{84E96BE7-0959-490D-9CF0-A62FEF72BFE7}'] end;
The IMD5 type exposes the following members.
| Name | Description | |
|---|---|---|
![]()  | HashSize | Gets the hash size, in bits, of the algorithm. (Inherited from IHashAlgorithm.)  | 
| Name | Description | |
|---|---|---|
![]()  | ComputeHash(Byte[]) | Overloaded. Represents method   | 
![]()  | ComputeHash(Byte[],Integer,Integer) | Overloaded. Represents method   | 
![]()  | ComputeHash(Pointer,Integer) | Overloaded. Represents method   | 
![]()  | ComputeHash(RawByteString) | Overloaded. Represents method   | 
![]()  | ComputeHash(string) | Overloaded. Represents method   | 
![]()  | ComputeHash(TStream) | Overloaded. Represents method   | 
![]()  | ComputeHash(WideString) | Overloaded. Represents method   | 
![]()  | ComputeHashOfFile(string) | Represents method   | 
![]()  | GetHashSize | Represents method   | 

