Opaque type is an application-wide type supports the capability to pass arbitrary ASN.1 syntax

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)

Syntax

C#
[SerializableAttribute]
public class Opaque : OctetString, ICloneable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Opaque _
	Inherits OctetString _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class Opaque : public OctetString, 
	ICloneable

Remarks

SMIv2 defines Opaque type as provided solely for backward-compatibility, and shall not be used for newly-defined object types

Inheritance Hierarchy

System..::.Object
  SnmpSharpNet..::.AsnType
    SnmpSharpNet..::.OctetString
      SnmpSharpNet..::.Opaque

See Also