Method | Description | |
---|---|---|
Initialize ( ) : void |
Initialise the MD5 hash calculator
|
|
MD5Managed ( ) : System |
Create a new instance of the MD5 hash calculator
|
Method | Description | |
---|---|---|
HashCore ( byte array, int ibStart, int cbSize ) : void |
Calculate the core hash
|
|
HashFinal ( ) : byte[] |
Get the final hash
|
protected HashCore ( byte array, int ibStart, int cbSize ) : void | ||
array | byte | |
ibStart | int | |
cbSize | int | |
return | void |