ASN1_STRING_FLAG_CONT

This flag is used by the CMS code to indicate that a string is not complete and is a place holder for content when it had all been accessed. The flag will be reset when content has been written to it.

extern (C) nothrow @nogc
enum ASN1_STRING_FLAG_CONT = 0x0020;

Meta