Table of Contents

Class SnmpV3AuthenticationAlgorithmAdapter

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

Allows adapting the enum to other library equivalents.

public class SnmpV3AuthenticationAlgorithmAdapter
Inheritance
SnmpV3AuthenticationAlgorithmAdapter
Extension Methods

Constructors

SnmpV3AuthenticationAlgorithmAdapter()

Methods

FromSLNetParity(string)

Converts SLNet parity string into the enum.

ToSLNetParity(SnmpV3AuthenticationAlgorithm)

Converts the enum into the equivalent SLNet string value.