Get/Set hash to use for SNMP version 3 authentication. For available values see AuthenticationDigests

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

Syntax

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

See Also