Mono Class Library: System.Security.Cryptography.HashAlgorithm Overview | Members

System.Security.Cryptography.HashAlgorithm.ComputeHash Method

Process the hash algorithm on the specified stream. [Edit]

public byte[] ComputeHash (System.IO.Stream inputStream)

Parameters

inputStream
The data stream to be hashed by the algorithm. [Edit]

Returns

The hash value of the processed stream. [Edit]

Remarks

A copy of the return value is kept in the HashAlgorithm.Hash property until the HashAlgorithm.Initialize method is called. [Edit]

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0