PowerSNMP for .NET
EngineCache Field




Remote authoritative engine Id, Time and Boots are cached here when SNMPv3 discovery techniques are used. The cache can be cleared to force subsequent SNMPv3 discovery.
Syntax
Public EngineCache As SafeDictionary(Of String,Engine)
Dim instance As SessionSecurity
Dim value As SafeDictionary(Of String,Engine)
 
value = instance.EngineCache
 
instance.EngineCache = value
public SafeDictionary<string,Engine> EngineCache
public: SafeDictionary<string*,Engine*>* EngineCache
public:
SafeDictionary<String^,Engine^>^ EngineCache
Remarks
SNMPv3 communications use a time window technique to authenticate messages. This dictionary caches identification and time information about each remote authoritative engine, so encoded messages will contain a 'rolling' time that is synchronized with the remote engine being addressed.
See Also

Reference

SessionSecurity Class
SessionSecurity Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic