ComputeHash Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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 method ComputeHash(array<Byte> [] () [] []) Computes the hash value for the specified byte array.
Public method ComputeHash(Stream) Computes the hash value for the specified Stream object.
Public method ComputeHash(array<Byte> [] () [] [], Int32, Int32) Computes the hash value for the specified region of the specified byte array.

Top

See Also

Reference

HashAlgorithm Class

System.Security.Cryptography Namespace