The SnmpV3Packet type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| authNoPriv |
Set class security to enabled authentication and no privacy. To perform authentication,
authentication password needs to be supplied and authentication protocol to be used
to perform authentication.
This method does not initialize the packet user name. Use SNMPV3Packet.SecurityName
method to set the security name (also called user name) for this request.
| |
| authPriv |
Set packet security to authentication enabled and privacy protection enabled (SNMP v3 mode authPriv)
| |
| BuildInformResponse | Overloaded. | |
| decode |
Decode SNMP version 3 packet. This method will perform authentication check and decode privacy protected ScopedPdu. This method will
not check for the timeliness of the packet, correct engine boot value or engine id because it does not have a reference to the engine time prior to this call.
(Overrides SnmpPacket..::.decode(array<Byte>[]()[], Int32).) | |
| DiscoveryRequest |
Build an SNMP version 3 packet suitable for use in discovery process.
| |
| DiscoveryResponse |
Build SNMP discovery response packet.
| |
| encode | Overloaded. | |
| Equals | (Inherited from Object.) | |
| FieldGetter | (Inherited from Object.) | |
| FieldSetter | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetFieldInfo | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetUSM |
"Look-ahead" decode of SNMP packet header including USM information
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| NoAuthNoPriv | Overloaded. | |
| SetEngineId |
Set authoritative engine id
| |
| SetEngineTime |
Set engine time and boots values
| |
| ToString | (Inherited from Object.) |