The SecureAgentParameters type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| _authenticationProtocol |
Authentication digest to use in authNoPriv and authPriv security combinations. For available
authentication digests, see AuthenticationDigests enumeration.
| |
| _authenticationSecret |
Authentication secret (or authentication password)
| |
| _contextEngineId |
Context engine id. By default, this value is set to authoritative engine id value unless specifically
set to a different value here.
| |
| _contextName |
Context name. By default this value is a 0 length string (no context name). Set this value if you
require it to be defined in ScopedPdu.
| |
| _engineBoots |
Authoritative engine boots value
| |
| _engineId |
Authoritative engine id
| |
| _engineTime |
Authoritative engine time value
| |
| _engineTimeStamp |
Time stamp when authoritative engine time value was last refreshed with data from the agent.
This value is used to calculate up to date authoritative agent time value without having to
repeat discovery process every 150 seconds.
| |
| _maxMessageSize |
Maximum message size. This value is by default set to 64KB and then updated by the maximum message
size value in the response from the agent.
This value should be the smallest message size supported by both the agent and manager.
| |
| _privacyProtocol |
Privacy protocol to use. For available protocols, see PrivacyProtocols enumeration.
| |
| _privacySecret |
Privacy secret (or privacy password)
| |
| _reportable |
Reportable option flag. Set to true by default.
This flag controls if reportable flag will be set in the packet. When this flag is set in the packet,
agent will respond to invalid requests with Report packets. Without this flag being set, all invalid
requests are silently dropped by the agent.
| |
| _securityName |
Security name value, or user name.
| |
| _version |
Protocol version. Always == SnmpConstants.SNMPV3
|