terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ X509ChainStatusFlags

Enumerator
InvalidBasicConstraints 
NoError 
NotSignatureValid 
NotTimeNested 
NotTimeValid 
PartialChain 
UntrustedRoot 

Definition at line 8 of file X509ChainStatusFlags.cs.

9 {
10 // Token: 0x04000094 RID: 148
12 // Token: 0x04000095 RID: 149
13 NoError = 0,
14 // Token: 0x04000096 RID: 150
16 // Token: 0x04000097 RID: 151
17 NotTimeNested = 2,
18 // Token: 0x04000098 RID: 152
19 NotTimeValid = 1,
20 // Token: 0x04000099 RID: 153
21 PartialChain = 65536,
22 // Token: 0x0400009A RID: 154
23 UntrustedRoot = 32
24 }