terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ X509KeyUsageFlags

Enumerator
None 
EncipherOnly 
CrlSign 
KeyCertSign 
KeyAgreement 
DataEncipherment 
KeyEncipherment 
NonRepudiation 
DigitalSignature 
DecipherOnly 

Definition at line 8 of file X509KeyUsageFlags.cs.

9 {
10 [global::Cpp2ILInjected.Token(Token = "0x40004BD")]
11 None = 0,
12 [global::Cpp2ILInjected.Token(Token = "0x40004BE")]
13 EncipherOnly = 1,
14 [global::Cpp2ILInjected.Token(Token = "0x40004BF")]
15 CrlSign = 2,
16 [global::Cpp2ILInjected.Token(Token = "0x40004C0")]
17 KeyCertSign = 4,
18 [global::Cpp2ILInjected.Token(Token = "0x40004C1")]
19 KeyAgreement = 8,
20 [global::Cpp2ILInjected.Token(Token = "0x40004C2")]
22 [global::Cpp2ILInjected.Token(Token = "0x40004C3")]
23 KeyEncipherment = 32,
24 [global::Cpp2ILInjected.Token(Token = "0x40004C4")]
25 NonRepudiation = 64,
26 [global::Cpp2ILInjected.Token(Token = "0x40004C5")]
27 DigitalSignature = 128,
28 [global::Cpp2ILInjected.Token(Token = "0x40004C6")]
29 DecipherOnly = 32768
30 }