Computes the hash value for the specified data.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Public Function ComputeHash ( _ input As Byte() _ ) As Byte() |
| C# |
|---|
public byte[] ComputeHash( byte[] input ) |
Parameters
- input
- Type: array<System..::..Byte>[]()[][]
Input data.