ASN1_STRFLGS_ESC_QUOTE

This flag determines how we do escaping: normally RC2253 backslash only, set this to use backslash and quote.

extern (C) nothrow @nogc
enum ASN1_STRFLGS_ESC_QUOTE = 8;

Meta