Authenticate incoming packet
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public bool IsAuthentic( byte[] authKey, MutableByte wholePacket ) |
| Visual Basic |
|---|
Public Function IsAuthentic ( _ authKey As Byte(), _ wholePacket As MutableByte _ ) As Boolean |
| Visual C++ |
|---|
public: bool IsAuthentic( array<unsigned char>^ authKey, MutableByte^ wholePacket ) |
Parameters
- authKey
- Type: array<System..::..Byte>[]()[][]
Authentication key (not password)
- wholePacket
- Type: SnmpSharpNet..::..MutableByte
Received BER encoded SNMP version 3 packet