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
SecurityBuffer.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x02000312 RID: 786
8 internal class SecurityBuffer
9 {
10 // Token: 0x06001486 RID: 5254 RVA: 0x0003E68C File Offset: 0x0003C88C
12 {
13 if (data != null)
14 {
15 return;
16 }
17 long num = 0L;
18 this.token = num;
19 }
20
21 // Token: 0x06001487 RID: 5255 RVA: 0x0003E6AC File Offset: 0x0003C8AC
23 {
26 if (size == 0)
27 {
28 return;
29 }
30 }
31
32 // Token: 0x06001488 RID: 5256 RVA: 0x0003E6F4 File Offset: 0x0003C8F4
33 public SecurityBuffer(global::System.Security.Authentication.ExtendedProtection.ChannelBinding binding)
34 {
35 if (binding != null)
36 {
37 return;
38 }
39 long num = 0L;
40 this.size = (int)num;
41 this.token = 14;
42 this.unmanagedToken = binding;
43 }
44
45 // Token: 0x0400111A RID: 4378
46 public int size;
47
48 // Token: 0x0400111B RID: 4379
50
51 // Token: 0x0400111C RID: 4380
52 public byte[] token;
53
54 // Token: 0x0400111D RID: 4381
56
57 // Token: 0x0400111E RID: 4382
58 public int offset;
59 }
60}
class f__AnonymousType0<< Count > j__TPar
SecurityBuffer(byte[] data, SecurityBufferType tokentype)
SecurityBuffer(int size, SecurityBufferType tokentype)
SecurityBuffer(global::System.Security.Authentication.ExtendedProtection.ChannelBinding binding)