ObjectIdentifierNode.descriptor

The descriptor string is an ObjectDescriptor, which is defined as:

$(MONO ObjectDescriptor ::= [UNIVERSAL 7] IMPLICIT GraphicString)

GraphicString is just 0x20 to 0x7E, therefore ObjectDescriptor is just 0x20 to 0x7E.

It is used to describe the object identified by this node.

  1. string descriptor [@property getter]
    struct ObjectIdentifierNode
    @property @safe pure nothrow const
    string
    descriptor
    ()
  2. string descriptor [@property setter]

Meta