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
CspParameters.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x020002D2 RID: 722
8 [ComVisible(true)]
9 public sealed class CspParameters
10 {
11 // Token: 0x17000294 RID: 660
12 // (get) Token: 0x06001851 RID: 6225 RVA: 0x00033FD0 File Offset: 0x000321D0
13 // (set) Token: 0x06001852 RID: 6226 RVA: 0x00033FE4 File Offset: 0x000321E4
15 {
16 get
17 {
18 /*
19An exception occurred when decompiling this method (06001851)
20
21ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Security.Cryptography.CspProviderFlags System.Security.Cryptography.CspParameters::get_Flags()
22
23 ---> System.Exception: Basic block has to end with unconditional control flow.
24{
25 Block_0:
26 stloc:int32(var_0_06, ldfld:int32(CspParameters::m_flags, ldloc:CspParameters(this)))
27}
28
29 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
30 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
31 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
32 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
33 --- End of inner exception stack trace ---
34 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
35 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
36*/;
37 }
38 set
39 {
40 this.m_flags = (int)value;
41 }
42 }
43
44 // Token: 0x17000295 RID: 661
45 // (get) Token: 0x06001853 RID: 6227 RVA: 0x00034000 File Offset: 0x00032200
46 // (set) Token: 0x06001854 RID: 6228 RVA: 0x00034014 File Offset: 0x00032214
48 {
49 get
50 {
51 return this.m_cryptoKeySecurity;
52 }
53 set
54 {
56 }
57 }
58
59 // Token: 0x17000296 RID: 662
60 // (get) Token: 0x06001855 RID: 6229 RVA: 0x00034028 File Offset: 0x00032228
61 // (set) Token: 0x06001856 RID: 6230 RVA: 0x0003403C File Offset: 0x0003223C
63 {
64 get
65 {
66 return this.m_keyPassword;
67 }
68 set
69 {
71 }
72 }
73
74 // Token: 0x17000297 RID: 663
75 // (get) Token: 0x06001857 RID: 6231 RVA: 0x00034050 File Offset: 0x00032250
76 // (set) Token: 0x06001858 RID: 6232 RVA: 0x00034064 File Offset: 0x00032264
78 {
79 get
80 {
81 return this.m_parentWindowHandle;
82 }
83 set
84 {
86 }
87 }
88
89 // Token: 0x06001859 RID: 6233 RVA: 0x00034078 File Offset: 0x00032278
91 {
93 }
94
95 // Token: 0x0600185A RID: 6234 RVA: 0x00034094 File Offset: 0x00032294
97 {
99 }
100
101 // Token: 0x0600185B RID: 6235 RVA: 0x000340B0 File Offset: 0x000322B0
107
108 // Token: 0x0600185C RID: 6236 RVA: 0x000340D4 File Offset: 0x000322D4
115
116 // Token: 0x0600185D RID: 6237 RVA: 0x000340FC File Offset: 0x000322FC
125
126 // Token: 0x0600185E RID: 6238 RVA: 0x00034134 File Offset: 0x00032334
135
136 // Token: 0x0600185F RID: 6239 RVA: 0x0003416C File Offset: 0x0003236C
144
145 // Token: 0x06001860 RID: 6240 RVA: 0x0003419C File Offset: 0x0003239C
158
159 // Token: 0x04000C9B RID: 3227
160 public int ProviderType;
161
162 // Token: 0x04000C9C RID: 3228
163 public string ProviderName;
164
165 // Token: 0x04000C9D RID: 3229
166 public string KeyContainerName;
167
168 // Token: 0x04000C9E RID: 3230
169 public int KeyNumber;
170
171 // Token: 0x04000C9F RID: 3231
172 private int m_flags;
173
174 // Token: 0x04000CA0 RID: 3232
176
177 // Token: 0x04000CA1 RID: 3233
179
180 // Token: 0x04000CA2 RID: 3234
182 }
183}
class f__AnonymousType0<< Count > j__TPar
CspParameters(int providerType, string providerName, string keyContainerName, CryptoKeySecurity cryptoKeySecurity, SecureString keyPassword)
CspParameters(int providerType, string providerName, string keyContainerName, CspProviderFlags flags)
CspParameters(int providerType, string providerName, string keyContainerName, CryptoKeySecurity cryptoKeySecurity, IntPtr parentWindowHandle)
CspParameters(int dwTypeIn, string strProviderNameIn)
CspParameters(int dwTypeIn, string strProviderNameIn, string strContainerNameIn)