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




Gets or sets the EngineId used for SNMPv3 communications.

Syntax

Visual Basic (Declaration) 
Public EngineId As Byte()
Visual Basic (Usage)Copy Code
Dim instance As Security
Dim value() As Byte
 
value = instance.EngineId
 
instance.EngineId = value
C# 
public byte[] EngineId
Managed Extensions for C++ 
public: byte[]* EngineId
C++/CLI 
public:
array<byte>^ EngineId

Property Value

Byte array

Remarks

If not set, encoding uses dynamic discovery technique to get remote EngineId, EngineTime and EngineBoots values.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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