Authenticate supplied message and return the hashed value
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
byte[] authenticateMessage( byte[] data, int offset, int length ) |
| Visual Basic (Declaration) |
|---|
Function authenticateMessage ( _ data As Byte(), _ offset As Integer, _ length As Integer _ ) As Byte() |
| Visual C++ |
|---|
array<unsigned char>^ authenticateMessage( array<unsigned char>^ data, int offset, int length ) |
Parameters
- data
- Type: array<
System..::.Byte
>[]()[]
Data to hash
- offset
- Type: System..::.Int32
Offset within the data to begin hashing from
- length
- Type: System..::.Int32
Length of data to hash