ASN1_TFLG_NDEF

This flag when present in a SEQUENCE OF, SET OF or EXPLICIT causes indefinite length constructed encoding to be used if required.

extern (C) nothrow @nogc
enum ASN1_TFLG_NDEF = 0x01 << 11;

Meta