Enum SnmpV3AuthenticationAlgorithm
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Specifies the SNMPv3 authentication protocol.
public enum SnmpV3AuthenticationAlgorithm
- Extension Methods
Fields
DefinedInCredentialsLibrary = 6Algorithm is defined in the Credential Library.
Md5 = 0Message Digest 5 (MD5).
None = 7No algorithm selected.
Sha1 = 1Secure Hash Algorithm (SHA).
Sha224 = 2Secure Hash Algorithm (SHA) 224.
Sha256 = 3Secure Hash Algorithm (SHA) 256.
Sha384 = 4Secure Hash Algorithm (SHA) 384.
Sha512 = 5Secure Hash Algorithm (SHA) 512.