Authentication outgoing message
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
byte[] authenticate( byte[] userPassword, byte[] engineId, byte[] wholeMessage ) |
| Visual Basic |
|---|
Function authenticate ( _ userPassword As Byte(), _ engineId As Byte(), _ wholeMessage As Byte() _ ) As Byte() |
| Visual C++ |
|---|
array<unsigned char>^ authenticate( array<unsigned char>^ userPassword, array<unsigned char>^ engineId, array<unsigned char>^ wholeMessage ) |
Parameters
- userPassword
- Type: array<System..::..Byte>[]()[][]
Authentication secret
- engineId
- Type: array<System..::..Byte>[]()[][]
SNMP version 3 agent engine id
- wholeMessage
- Type: array<System..::..Byte>[]()[][]
Message to authenticate