Overloaded. Computes the hash value for the input data.
Namespace: LLCryptoLib.HashAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public byte[] ComputeHash( byte[] buffer ) |
Visual Basic |
---|
Public Function ComputeHash ( _ buffer As Byte() _ ) As Byte() |
Visual C++ |
---|
public: array<unsigned char>^ ComputeHash( array<unsigned char>^ buffer ) |
Parameters
- buffer
- Type: array<System..::..Byte>[]()[][]
The input to compute the hash code for.