Table of Contents

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

Authentication but no privacy.

AuthenticationPrivacy = 0

Authentication and privacy.

DefinedInCredentialsLibrary = 3

Security Level and Protocol is defined in the Credential library.

NoAuthenticationNoPrivacy = 2

No authentication and no privacy.

None = 4

No algorithm selected.