| Visual Basic (Declaration) | |
|---|---|
Public Enum AuthenticationProtocol Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AuthenticationProtocol | |
| C# | |
|---|---|
public enum AuthenticationProtocol : System.Enum | |
| Managed Extensions for C++ | |
|---|---|
__value public enum AuthenticationProtocol : public System.Enum | |
| C++/CLI | |
|---|---|
public enum class AuthenticationProtocol : public System.Enum | |
| Member | Description |
|---|---|
| Md5 | Selects the MD5 algorithm to perform message authentication. |
| None | No authentication is desired. |
| Sha | Selects the SHA-1 algorithm to perform message authentication. This is FIPS-140 compliant. |
System.Object
System.ValueType
System.Enum
Dart.Snmp.AuthenticationProtocol
Target Platforms: Microsoft .NET Framework 2.0