The SecureAgentParameters type exposes the following members.

Properties

  NameDescription
Public propertyAuthentication
Authentication method. Acceptable values are members of AuthenticationDigests enum.
Public propertyAuthenticationKey
Get/Set cached authentication key value
Public propertyAuthenticationSecret
Authentication secret. Secret length depends on the hash algorithm selected.
Public propertyContextEngineId
Get SNMP version 3 context engine id. By default, this value will be set to the same engine id as authoritative engine id (EngineId). I haven't see a scenario where this value needs to be different by a manager but now there is an option to do it. To use the default operation, do not set this value or, if you've already set it, reset it to null (object.ContextEngineId.Reset()).
Public propertyContextName
Get SNMP version 3 context name
Public propertyEngineBoots
SNMP version 3 agent engine boots value
Public propertyEngineId
Agent authoritative engine id
Public propertyEngineTime
SNMP version 3 agent engine time value.
Public propertyHasCachedKeys
Check if cached privacy or authentication keys are available
Public propertyMaxMessageSize
Get SNMP version 3 maximum message size object
Public propertyPrivacy
Privacy protocol used. Acceptable values are members of PrivacyProtocols enum.
Public propertyPrivacyKey
Get/Set cached privacy key value
Public propertyPrivacySecret
Privacy secret. Length of the secret is dependent on the selected privacy method.
Public propertyReportable
Get/Set reportable flag status in the SNMP version 3 packet.
Public propertySecurityName
Security or user name configured on the SNMP version 3 agent.
Public propertyVersion
SNMP version. Only acceptable version is Ver3

See Also