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
CspKeyContainerInfo.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x02000310 RID: 784
8 [ComVisible(true)]
9 public sealed class CspKeyContainerInfo
10 {
11 // Token: 0x06001A83 RID: 6787 RVA: 0x000391E0 File Offset: 0x000373E0
13 {
14 this._params = parameters;
15 this._random = true;
16 }
17
18 // Token: 0x170002E3 RID: 739
19 // (get) Token: 0x06001A84 RID: 6788 RVA: 0x00039204 File Offset: 0x00037404
20 public bool Accessible
21 {
22 get
23 {
24 return true;
25 }
26 }
27
28 // Token: 0x170002E4 RID: 740
29 // (get) Token: 0x06001A85 RID: 6789 RVA: 0x00039214 File Offset: 0x00037414
31 {
32 get
33 {
34 }
35 }
36
37 // Token: 0x170002E5 RID: 741
38 // (get) Token: 0x06001A86 RID: 6790 RVA: 0x00039224 File Offset: 0x00037424
39 public bool Exportable
40 {
41 get
42 {
43 return true;
44 }
45 }
46
47 // Token: 0x170002E6 RID: 742
48 // (get) Token: 0x06001A87 RID: 6791 RVA: 0x00039234 File Offset: 0x00037434
49 public bool HardwareDevice
50 {
51 get
52 {
53 }
54 }
55
56 // Token: 0x170002E7 RID: 743
57 // (get) Token: 0x06001A88 RID: 6792 RVA: 0x00039244 File Offset: 0x00037444
58 public string KeyContainerName
59 {
60 get
61 {
62 return this._params.KeyContainerName;
63 }
64 }
65
66 // Token: 0x170002E8 RID: 744
67 // (get) Token: 0x06001A89 RID: 6793 RVA: 0x0003925C File Offset: 0x0003745C
69 {
70 get
71 {
72 /*
73An exception occurred when decompiling this method (06001A89)
74
75ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Security.Cryptography.KeyNumber System.Security.Cryptography.CspKeyContainerInfo::get_KeyNumber()
76
77 ---> System.Exception: Basic block has to end with unconditional control flow.
78{
79 Block_0:
80 stloc:int32(var_0_0B, ldfld:int32(CspParameters::KeyNumber, ldfld:CspParameters(CspKeyContainerInfo::_params, ldloc:CspKeyContainerInfo(this))))
81}
82
83 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
84 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
85 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
86 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
87 --- End of inner exception stack trace ---
88 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
89 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1683
90*/;
91 }
92 }
93
94 // Token: 0x170002E9 RID: 745
95 // (get) Token: 0x06001A8A RID: 6794 RVA: 0x00039274 File Offset: 0x00037474
96 public bool MachineKeyStore
97 {
98 get
99 {
100 }
101 }
102
103 // Token: 0x170002EA RID: 746
104 // (get) Token: 0x06001A8B RID: 6795 RVA: 0x00039284 File Offset: 0x00037484
105 public bool Protected
106 {
107 get
108 {
109 }
110 }
111
112 // Token: 0x170002EB RID: 747
113 // (get) Token: 0x06001A8C RID: 6796 RVA: 0x00039294 File Offset: 0x00037494
114 public string ProviderName
115 {
116 get
117 {
118 return this._params.ProviderName;
119 }
120 }
121
122 // Token: 0x170002EC RID: 748
123 // (get) Token: 0x06001A8D RID: 6797 RVA: 0x000392AC File Offset: 0x000374AC
124 public int ProviderType
125 {
126 get
127 {
128 return this._params.ProviderType;
129 }
130 }
131
132 // Token: 0x170002ED RID: 749
133 // (get) Token: 0x06001A8E RID: 6798 RVA: 0x000392C4 File Offset: 0x000374C4
135 {
136 get
137 {
138 return this._random;
139 }
140 }
141
142 // Token: 0x170002EE RID: 750
143 // (get) Token: 0x06001A8F RID: 6799 RVA: 0x000392D8 File Offset: 0x000374D8
144 public bool Removable
145 {
146 get
147 {
148 }
149 }
150
151 // Token: 0x170002EF RID: 751
152 // (get) Token: 0x06001A90 RID: 6800 RVA: 0x000392E8 File Offset: 0x000374E8
154 {
155 get
156 {
158 string providerName = @params.ProviderName;
159 string keyContainerName = @params.KeyContainerName;
160 return providerName + "\\" + keyContainerName;
161 }
162 }
163
164 // Token: 0x04000D83 RID: 3459
166
167 // Token: 0x04000D84 RID: 3460
168 internal bool _random;
169 }
170}
class f__AnonymousType0<< Count > j__TPar