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.0.0 (0.5.0.0)

Syntax

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

See Also