Authentication method. Acceptable values are members of AuthenticationDigests enum.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public AuthenticationDigests Authentication { get; set; } |
| Visual Basic |
|---|
Public Property Authentication As AuthenticationDigests Get Set |
| Visual C++ |
|---|
public: property AuthenticationDigests Authentication { AuthenticationDigests get (); void set (AuthenticationDigests value); } |