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:
SnmpSharpNet
Assembly:
SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public void Authenticate(
ref MutableByte wholePacket
) |
| Visual Basic (Declaration) |
|---|
Public Sub Authenticate ( _
ByRef wholePacket As MutableByte _
) |
| Visual C++ |
|---|
public:
void Authenticate(
MutableByte^% wholePacket
) |
See Also