HashAlgorithm.ComputeHash Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

Computes the hash value for the input data.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodSupported by Silverlight for Windows Phone ComputeHash(array<Byte[]) Computes the hash value for the specified byte array.
Public methodSupported by Silverlight for Windows Phone ComputeHash(Stream) Computes the hash value for the specified Stream object.
Public methodSupported by Silverlight for Windows Phone ComputeHash(array<Byte[], Int32, Int32) Computes the hash value for the specified region of the specified byte array.

Top