ComputeHash Method
Definition
- Namespace
- Cuemon.Security.Cryptography
- Assemblies
- Cuemon.Security.Cryptography.dll
ComputeHash(byte[])
Computes the hash value for the specified byte array.
public override HashResult ComputeHash(byte[] input)
Parameters
Returns
- HashResult
A HashResult containing the computed hash code of the specified
input.