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

◆ SecureString() [2/2]

unsafe System.Security.SecureString.SecureString ( char * value,
int length )
inline

Definition at line 18 of file SecureString.cs.

19 {
20 if (value != null)
21 {
22 long num = 0L;
24 this.Alloc(length, num != 0L);
25 if (length != 0)
26 {
27 byte[] array = this.data;
28 byte[] array2 = this.data;
29 }
30 return;
31 }
32 }
class f__AnonymousType0<< Count > j__TPar
void Alloc(int length, bool realloc)

References System.Security.SecureString.Alloc(), System.array, System.Security.SecureString.data, j__TPar, System.L, System.Security.SecureString.length, and System.value.