Table of Contents

ComputeHash Method

Definition

Namespace
Cuemon.Security
Assemblies
Cuemon.Core.dll
Source
src/Cuemon.Core/Security/CyclicRedundancyCheck64.cs

ComputeHash(byte[])

Computes the hash value for the specified byte array.

public override HashResult ComputeHash(byte[] input)

Parameters

input byte[]

The byte array to compute the hash code for.

Returns

HashResult

A HashResult containing the computed hash code of the specified input.

Remarks