Message flags interface. Allows you to directly set or clear SNMP version 3 header flags field. Available flags are MsgFlags.Authentication, MsgFlags.Privacy and MsgFlags.Reportable. Please be careful how you use this property. After setting authentication or privacy parameters to true, you will need to update UserSecurityModel authentication and privacy types to the correct values otherwise encoding/decoding will not work.

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

Syntax

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

See Also