Get SNMP version 3 context engine id. By default, this value will be set to the same engine id as authoritative engine id (EngineId). I haven't see a scenario where this value needs to be different by a manager but now there is an option to do it. To use the default operation, do not set this value or, if you've already set it, reset it to null (object.ContextEngineId.Reset()).

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)

Syntax

C#
public OctetString ContextEngineId { get; }
Visual Basic (Declaration)
Public ReadOnly Property ContextEngineId As OctetString
Visual C++
public:
property OctetString^ ContextEngineId {
	OctetString^ get ();
}

See Also