Click or drag to resize
Cimbalino ToolkitHMACMD5ComputeHash Method
Overload List
  NameDescription
Public methodComputeHash(Stream)
Computes the hash value for the specified byte array.
(Inherited from HashAlgorithmBase.)
Public methodComputeHash(Byte)
Computes the hash value for the specified byte array.
(Inherited from HmacHashAlgorithmBase.)
Public methodComputeHash(String)
Computes the hash value for the specified string (UTF8 default encoding).
Public methodComputeHash(String, Encoding)
Computes the hash value for the specified string.
Public methodComputeHash(Byte, Int32, Int32)
Computes the hash value for the specified byte array.
(Inherited from HashAlgorithmBase.)
Top
See Also