Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
X509ChainStatusFlags.cs
Go to the documentation of this file.
2
3[Flags]
5{
6 NoError = 0,
7 NotTimeValid = 1,
9 Revoked = 4,
11 NotValidForUsage = 0x10,
12 UntrustedRoot = 0x20,
14 Cyclic = 0x80,
15 InvalidExtension = 0x100,
23 PartialChain = 0x10000,
24 CtlNotTimeValid = 0x20000,
25 CtlNotSignatureValid = 0x40000,
26 CtlNotValidForUsage = 0x80000,
27 OfflineRevocation = 0x1000000,
28 NoIssuanceChainPolicy = 0x2000000,
29 ExplicitDistrust = 0x4000000,
31 HasWeakSignature = 0x100000
32}