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.cs
Go to the documentation of this file.
1using System;
2
3namespace Mono.Security.X509
4{
5 // Token: 0x0200001A RID: 26
6 [Flags]
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 }
25}