Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HashAlgorithm::ComputeHash Method

 

Computes the hash value for the input data.

Namespace:   System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodComputeHash(array<Byte>^)

Computes the hash value for the specified byte array.

System_CAPS_pubmethodComputeHash(array<Byte>^, Int32, Int32)

Computes the hash value for the specified region of the specified byte array.

System_CAPS_pubmethodComputeHash(Stream^)

Computes the hash value for the specified Stream object.

Return to top
Show:
© 2017 Microsoft