Interface ISnmpV3SecurityConfig
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Interface for SnmpV3 Security configurations.
public interface ISnmpV3SecurityConfig
- Extension Methods
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.