Compute hash using authentication protocol.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntax
| C# |
|---|
byte[] ComputeHash( byte[] data, int offset, int count ) |
| Visual Basic (Declaration) |
|---|
Function ComputeHash ( _ data As Byte(), _ offset As Integer, _ count As Integer _ ) As Byte() |
| Visual C++ |
|---|
array<unsigned char>^ ComputeHash( array<unsigned char>^ data, int offset, int count ) |
Parameters
- data
- Type: array<
System..::.Byte
>[]()[]
Data to hash
- offset
- Type: System..::.Int32
Compute hash from the source buffer offset
- count
- Type: System..::.Int32
Compute hash for source data length