isConstructed property

bool? isConstructed
getter/setter pair

Describes if this ASN1 Object is constructed.

The object is marked as constructed if bit 6 of the tag field has value 1

Implementation

bool? isConstructed;