![]() | CryptoHelperComputeMD5Bytes Method |
Name | Description | |
---|---|---|
![]() ![]() | ComputeMD5Bytes(Byte) |
Computes the MD5 hash for a byte array and returns the result
as a byte array.
|
![]() ![]() | ComputeMD5Bytes(Stream) |
Computes the MD5 hash for a stream from the current position'
until the end and returns the result formatted as a lowercase
hex string.
|
![]() ![]() | ComputeMD5Bytes(String) |
Computes the MD5 hash for a string and returns the result
as a byte array.
|