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

System.Security.Cryptography.HashAlgorithm.ComputeHash Method

Process the hash algorithm on a subset of the buffer specified.

public byte[] ComputeHash (byte[] buffer, int offset, int count)

Parameters

buffer
The data buffer to be hashed by the algorithm.
offset
Documentation for this section has not yet been entered.
count
Documentation for this section has not yet been entered.

Returns

The hash value of the processed buffer.

Remarks

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

Requirements

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