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

◆ PaddingMode

Enumerator
None 
PKCS7 
Zeros 
ANSIX923 
ISO10126 

Definition at line 9 of file PaddingMode.cs.

10 {
11 // Token: 0x04000C86 RID: 3206
12 None = 1,
13 // Token: 0x04000C87 RID: 3207
14 PKCS7,
15 // Token: 0x04000C88 RID: 3208
16 Zeros,
17 // Token: 0x04000C89 RID: 3209
19 // Token: 0x04000C8A RID: 3210
21 }