Table of Contents

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 = 6

Algorithm is defined in the Credential Library.

Md5 = 0

Message Digest 5 (MD5).

None = 7

No algorithm selected.

Sha1 = 1

Secure Hash Algorithm (SHA).

Sha224 = 2

Secure Hash Algorithm (SHA) 224.

Sha256 = 3

Secure Hash Algorithm (SHA) 256.

Sha384 = 4

Secure Hash Algorithm (SHA) 384.

Sha512 = 5

Secure Hash Algorithm (SHA) 512.