The SecureAgentParameters type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Authentication
Authentication method. Acceptable values are members of AuthenticationDigests enum.
AuthenticationSecret
Authentication secret. Secret length depends on the hash algorithm selected.
ContextEngineId
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()).
ContextName
Get SNMP version 3 context name
EngineBoots
SNMP version 3 agent engine boots value
EngineId
Agent authoritative engine id
EngineTime
SNMP version 3 agent engine time value.
MaxMessageSize
Get SNMP version 3 maximum message size object
Privacy
Privacy protocol used. Acceptable values are members of PrivacyProtocols enum.
PrivacySecret
Privacy secret. Length of the secret is dependent on the selected privacy method.
Reportable
Get/Set reportable flag status in the SNMP version 3 packet.
SecurityName
Security or user name configured on the SNMP version 3 agent.
Version
SNMP version. Only acceptable version is Ver3

See Also