Authenticate incoming messages
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.0.0 (0.9.0)
Syntax
| C# |
|---|
bool authenticateIncomingMsg( byte[] authKey, byte[] authenticationParameters, MutableByte wholeMessage ) |
| Visual Basic |
|---|
Function authenticateIncomingMsg ( _ authKey As Byte(), _ authenticationParameters As Byte(), _ wholeMessage As MutableByte _ ) As Boolean |
| Visual C++ |
|---|
bool authenticateIncomingMsg( array<unsigned char>^ authKey, array<unsigned char>^ authenticationParameters, MutableByte^ wholeMessage ) |
Parameters
- authKey
- Type: array<System..::..Byte>[]()[][]
Authentication key
- authenticationParameters
- Type: array<System..::..Byte>[]()[][]
Authentication parameters from the incoming packet
- wholeMessage
- Type: SnmpSharpNet..::..MutableByte
Entire message with authentication parameters field zeroed out