PowerSNMP for .NET CF
AuthoritativeEngine Field
See Also  Send comments on this topic.
Dart.Snmp Namespace > SnmpBase Class : AuthoritativeEngine Field




Used to store EngineId, EngineTime, and EngineBoot values used for SNMPv3 authentication.

Syntax

Visual Basic (Declaration) 
Public ReadOnly AuthoritativeEngine As AuthoritativeEngine
Visual Basic (Usage)Copy Code
Dim instance As SnmpBase
Dim value As AuthoritativeEngine
 
value = instance.AuthoritativeEngine
C# 
public readonly AuthoritativeEngine AuthoritativeEngine
Managed Extensions for C++ 
public: readonly AuthoritativeEngine* AuthoritativeEngine
C++/CLI 
public:
readonly AuthoritativeEngine^ AuthoritativeEngine

Property Value

An AuthoritativeEngine instance.

Remarks

The Agent acts as an authoritative engine when it responds to Manager requests and initiates notifications.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.