Authentication outgoing message
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.0.0 (0.9.0)
Syntax
| C# |
|---|
byte[] authenticate( byte[] authKey, byte[] wholeMessage ) |
| Visual Basic |
|---|
Function authenticate ( _ authKey As Byte(), _ wholeMessage As Byte() _ ) As Byte() |
| Visual C++ |
|---|
array<unsigned char>^ authenticate( array<unsigned char>^ authKey, array<unsigned char>^ wholeMessage ) |
Parameters
- authKey
- Type: array<System..::..Byte>[]()[][]
Authentication key
- wholeMessage
- Type: array<System..::..Byte>[]()[][]
Message to authenticate