Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
X500DistinguishedNameFlags.cs
Go to the documentation of this file.
2
3[Flags]
5{
6 None = 0,
7 Reversed = 1,
8 UseSemicolons = 0x10,
9 DoNotUsePlusSign = 0x20,
10 DoNotUseQuotes = 0x40,
11 UseCommas = 0x80,
12 UseNewLines = 0x100,
13 UseUTF8Encoding = 0x1000,
14 UseT61Encoding = 0x2000,
15 ForceUTF8Encoding = 0x4000
16}