Get/Set authentication flag. Value is true if authentication is used, false if packet is not authenticated

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

Syntax

C#
public bool Authentication { get; set; }
Visual Basic (Declaration)
Public Property Authentication As Boolean
Visual C++
public:
property bool Authentication {
	bool get ();
	void set (bool value);
}

See Also