Authentication outgoing message

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

Syntax

         
 C#  Visual Basic  Visual C++ 
byte[] authenticate(
	byte[] userPassword,
	byte[] engineId,
	byte[] wholeMessage
)
Function authenticate ( _
	userPassword As Byte(), _
	engineId As Byte(), _
	wholeMessage As Byte() _
) As Byte()
array<unsigned char>^ authenticate(
	array<unsigned char>^ userPassword, 
	array<unsigned char>^ engineId, 
	array<unsigned char>^ wholeMessage
)

Parameters

userPassword
array< Byte >[]()[]
Authentication secret
engineId
array< Byte >[]()[]
SNMP version 3 agent engine id
wholeMessage
array< Byte >[]()[]
Message to authenticate

Return Value

Authentication parameters

See Also