Enum SnmpV3SecurityLevelAndProtocol
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Specifies the SNMP v3 security level and protocol.
public enum SnmpV3SecurityLevelAndProtocol
- Extension Methods
Fields
AuthenticationNoPrivacy = 1Authentication but no privacy.
AuthenticationPrivacy = 0Authentication and privacy.
DefinedInCredentialsLibrary = 3Security Level and Protocol is defined in the Credential library.
NoAuthenticationNoPrivacy = 2No authentication and no privacy.
None = 4No algorithm selected.