Class SnmpV3SecurityConfig
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Represents the Security settings linked to SNMPv3.
public class SnmpV3SecurityConfig : ConnectionSettings, ISnmpV3SecurityConfig
- Inheritance
-
SnmpV3SecurityConfig
- Implements
- Inherited Members
- Extension Methods
Constructors
- SnmpV3SecurityConfig()
Default empty constructor.
- SnmpV3SecurityConfig(string)
Initializes a new instance using No Authentication and No Privacy.
- SnmpV3SecurityConfig(string, string, SnmpV3AuthenticationAlgorithm)
Initializes a new instance using Authentication No Privacy.
- SnmpV3SecurityConfig(string, string, SnmpV3AuthenticationAlgorithm, string, SnmpV3EncryptionAlgorithm)
Initializes a new instance using Authentication and Privacy.
Properties
- AuthenticationAlgorithm
Gets or sets the AuthenticationProtocol.
- AuthenticationKey
Gets or sets the AuthenticationKey.
- EncryptionAlgorithm
Gets or sets the EncryptionAlgorithm.
- EncryptionKey
Gets or sets the EncryptionKey.
- SecurityLevelAndProtocol
Gets or sets the SecurityLevelAndProtocol.
- Username
Gets or sets the username.