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




Gets or sets the contextEngineId used in the SNMPv3 scoped PDU.

Syntax

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

Property Value

Byte array

Remarks

If not set, encoding uses the Security.EngineId value for this field.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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