Authentication method. Acceptable values are members of AuthenticationDigests enum.

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

Syntax

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

See Also