Authenticate supplied message and return the hashed value

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
byte[] authenticateMessage(
	byte[] data,
	int offset,
	int length
)
Function authenticateMessage ( _
	data As Byte(), _
	offset As Integer, _
	length As Integer _
) As Byte()
array<unsigned char>^ authenticateMessage(
	array<unsigned char>^ data, 
	int offset, 
	int length
)

Parameters

data
array< Byte >[]()[]
Data to hash
offset
Int32
Offset within the data to begin hashing from
length
Int32
Length of data to hash

Return Value

Hashed value

See Also