ASN1_STRING_FLAG_MSTRING

This flag is used by ASN1 code to indicate an ASN1_STRING is an MSTRING type.

extern (C) nothrow @nogc
enum ASN1_STRING_FLAG_MSTRING = 0x0040;

Meta