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
KeyUsages.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000036 RID: 54
6 [Flags]
7 public enum KeyUsages
8 {
9 // Token: 0x040000C1 RID: 193
10 digitalSignature = 128,
11 // Token: 0x040000C2 RID: 194
12 nonRepudiation = 64,
13 // Token: 0x040000C3 RID: 195
14 keyEncipherment = 32,
15 // Token: 0x040000C4 RID: 196
17 // Token: 0x040000C5 RID: 197
18 keyAgreement = 8,
19 // Token: 0x040000C6 RID: 198
20 keyCertSign = 4,
21 // Token: 0x040000C7 RID: 199
22 cRLSign = 2,
23 // Token: 0x040000C8 RID: 200
24 encipherOnly = 1,
25 // Token: 0x040000C9 RID: 201
26 decipherOnly = 2048,
27 // Token: 0x040000CA RID: 202
28 none = 0
29 }
30}