Authenticate SNMP version 3 message.
Before calling this member, entire SNMP version 3 packet needs to be encoded. After authentication
process is completed, authenticationParameters value in the USM header is updated and SNMPv3 packet
needs to be re-encoded to include it in the BER encoded stream prior to transmission.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
public void Authenticate( ref MutableByte wholePacket )
Public Sub Authenticate ( _ ByRef wholePacket As MutableByte _ )
public: void Authenticate( MutableByte^% wholePacket )
Parameters
- wholePacket
-
MutableByte
%
SNMP version 3 BER encoded packet.