PowerSNMP for .NET
AuthenticationProtocol Enumeration




Defines the algorithm to be used for Version 3 message authentication.
Syntax
Public Enum AuthenticationProtocol 
   Inherits System.Enum
Dim instance As AuthenticationProtocol
public enum AuthenticationProtocol : System.Enum 
__value public enum AuthenticationProtocol : public System.Enum 
public enum class AuthenticationProtocol : public System.Enum 
Members
MemberValueDescription
Md51 Selects the MD5 algorithm to perform message authentication.
None0 No authentication is desired.
Sha2 Selects the SHA-1 algorithm to perform message authentication. FIPS-140 compliant.
Sha2243 Selects the SHA-2 224-bit algorithm to perform message authentication. FIPS-140 compliant.
Sha2564 Selects the SHA-2 256-bit algorithm to perform message authentication. FIPS-140 compliant.
Sha3845 Selects the SHA-2 384-bit algorithm to perform message authentication. FIPS-140 compliant.
Sha5126 Selects the SHA-2 512 bit algorithm to perform message authentication. FIPS-140 compliant.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.Snmp.AuthenticationProtocol

See Also

Reference

Dart.Snmp Namespace

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic