ASN1_STRING_FLAG_NDEF

This indicates that the ASN1_STRING is not a real value but just a place holder for the location where indefinite length constructed data should be inserted in the memory buffer

extern (C) nothrow @nogc
enum ASN1_STRING_FLAG_NDEF = 0x0010;

Meta