ASN1_TFLG_SET_ORDER

Special case: this refers to a SET OF that will be sorted into DER order when encoded *and* the corresponding STACK will be modified to match the new order.

extern (C) nothrow @nogc
enum ASN1_TFLG_SET_ORDER = 0x03 << 1;

Meta