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
AuthenticationModuleElement.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Configuration
;
3
4
namespace
System.Net.Configuration
5
{
6
// Token: 0x02000461 RID: 1121
7
public
sealed
class
AuthenticationModuleElement
:
ConfigurationElement
8
{
9
// Token: 0x06001E64 RID: 7780 RVA: 0x00050A0C File Offset: 0x0004EC0C
10
public
AuthenticationModuleElement
()
11
{
12
throw
new
NotSupportedException
();
13
}
14
15
// Token: 0x06001E65 RID: 7781 RVA: 0x00050A20 File Offset: 0x0004EC20
16
public
AuthenticationModuleElement
(
string
typeName)
17
{
18
throw
new
NotSupportedException
();
19
}
20
21
// Token: 0x170006DF RID: 1759
22
// (get) Token: 0x06001E66 RID: 7782 RVA: 0x00050A34 File Offset: 0x0004EC34
23
protected
override
ConfigurationPropertyCollection
Properties
24
{
25
get
26
{
27
throw
new
NotSupportedException
();
28
}
29
}
30
31
// Token: 0x170006E0 RID: 1760
32
// (get) Token: 0x06001E67 RID: 7783 RVA: 0x00050A48 File Offset: 0x0004EC48
33
// (set) Token: 0x06001E68 RID: 7784 RVA: 0x00050A5C File Offset: 0x0004EC5C
34
public
string
Type
35
{
36
get
37
{
38
throw
new
NotSupportedException
();
39
}
40
set
41
{
42
throw
new
NotSupportedException
();
43
}
44
}
45
}
46
}
System.Configuration.ConfigurationElement
Definition
ConfigurationElement.cs:10
System.Configuration.ConfigurationPropertyCollection
Definition
ConfigurationPropertyCollection.cs:9
System.Net.Configuration.AuthenticationModuleElement.Properties
override ConfigurationPropertyCollection Properties
Definition
AuthenticationModuleElement.cs:24
System.Net.Configuration.AuthenticationModuleElement.AuthenticationModuleElement
AuthenticationModuleElement()
Definition
AuthenticationModuleElement.cs:10
System.Net.Configuration.AuthenticationModuleElement.AuthenticationModuleElement
AuthenticationModuleElement(string typeName)
Definition
AuthenticationModuleElement.cs:16
System.Net.Configuration.AuthenticationModuleElement
Definition
AuthenticationModuleElement.cs:8
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Type
Definition
Type.cs:12
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.Net.Configuration
Definition
AuthenticationModuleElement.cs:5
System
Definition
__ComObject.cs:4
source
System
Net
Configuration
AuthenticationModuleElement.cs
Generated by
1.10.0