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
AuthenticationModulesSection.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Configuration
;
3
4
namespace
System.Net.Configuration
5
{
6
// Token: 0x02000463 RID: 1123
7
public
sealed
class
AuthenticationModulesSection
:
ConfigurationSection
8
{
9
// Token: 0x06001E76 RID: 7798 RVA: 0x00050B74 File Offset: 0x0004ED74
10
public
AuthenticationModulesSection
()
11
{
12
throw
new
NotSupportedException
();
13
}
14
15
// Token: 0x170006E2 RID: 1762
16
// (get) Token: 0x06001E77 RID: 7799 RVA: 0x00050B88 File Offset: 0x0004ED88
17
public
AuthenticationModuleElementCollection
AuthenticationModules
18
{
19
get
20
{
21
throw
new
NotSupportedException
();
22
}
23
}
24
25
// Token: 0x170006E3 RID: 1763
26
// (get) Token: 0x06001E78 RID: 7800 RVA: 0x00050B9C File Offset: 0x0004ED9C
27
protected
override
ConfigurationPropertyCollection
Properties
28
{
29
get
30
{
31
throw
new
NotSupportedException
();
32
}
33
}
34
35
// Token: 0x06001E79 RID: 7801 RVA: 0x00050BB0 File Offset: 0x0004EDB0
36
protected
override
void
InitializeDefault
()
37
{
38
throw
new
NotSupportedException
();
39
}
40
41
// Token: 0x06001E7A RID: 7802 RVA: 0x00050BC4 File Offset: 0x0004EDC4
42
protected
override
void
PostDeserialize
()
43
{
44
throw
new
NotSupportedException
();
45
}
46
}
47
}
System.Configuration.ConfigurationPropertyCollection
Definition
ConfigurationPropertyCollection.cs:9
System.Configuration.ConfigurationSection
Definition
ConfigurationSection.cs:8
System.Net.Configuration.AuthenticationModuleElementCollection
Definition
AuthenticationModuleElementCollection.cs:9
System.Net.Configuration.AuthenticationModulesSection.PostDeserialize
override void PostDeserialize()
Definition
AuthenticationModulesSection.cs:42
System.Net.Configuration.AuthenticationModulesSection.Properties
override ConfigurationPropertyCollection Properties
Definition
AuthenticationModulesSection.cs:28
System.Net.Configuration.AuthenticationModulesSection.InitializeDefault
override void InitializeDefault()
Definition
AuthenticationModulesSection.cs:36
System.Net.Configuration.AuthenticationModulesSection.AuthenticationModulesSection
AuthenticationModulesSection()
Definition
AuthenticationModulesSection.cs:10
System.Net.Configuration.AuthenticationModulesSection.AuthenticationModules
AuthenticationModuleElementCollection AuthenticationModules
Definition
AuthenticationModulesSection.cs:18
System.Net.Configuration.AuthenticationModulesSection
Definition
AuthenticationModulesSection.cs:8
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.Net.Configuration
Definition
AuthenticationModuleElement.cs:5
System
Definition
__ComObject.cs:4
source
System
Net
Configuration
AuthenticationModulesSection.cs
Generated by
1.10.0