Verify MD5 authentication of a packet.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.0.0 (0.9.0)
Syntax
| C# |
|---|
public bool authenticateIncomingMsg( byte[] authKey, byte[] authenticationParameters, MutableByte wholeMessage ) |
| Visual Basic |
|---|
Public Function authenticateIncomingMsg ( _ authKey As Byte(), _ authenticationParameters As Byte(), _ wholeMessage As MutableByte _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool authenticateIncomingMsg( array<unsigned char>^ authKey, array<unsigned char>^ authenticationParameters, MutableByte^ wholeMessage ) sealed |
Parameters
- authKey
- Type: array<System..::..Byte>[]()[][]
Authentication key (not password)
- authenticationParameters
- Type: array<System..::..Byte>[]()[][]
Authentication parameters extracted from the packet being authenticated
- wholeMessage
- Type: SnmpSharpNet..::..MutableByte
Entire packet being authenticated