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
SecurityManager.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
4
namespace
System.Security
5
{
6
// Token: 0x0200029D RID: 669
7
[
ComVisible
(
true
)]
8
public
static
class
SecurityManager
9
{
10
// Token: 0x17000258 RID: 600
11
// (get) Token: 0x06001720 RID: 5920 RVA: 0x00030D90 File Offset: 0x0002EF90
12
[
Obsolete
(
"The security manager cannot be turned off on MS runtime"
)]
13
public
static
bool
SecurityEnabled
14
{
15
get
16
{
17
}
18
}
19
20
// Token: 0x06001721 RID: 5921 RVA: 0x00030DA0 File Offset: 0x0002EFA0
21
internal
static
void
EnsureElevatedPermissions
()
22
{
23
}
24
}
25
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Security.SecurityManager.SecurityEnabled
static bool SecurityEnabled
Definition
SecurityManager.cs:14
System.Security.SecurityManager.EnsureElevatedPermissions
static void EnsureElevatedPermissions()
Definition
SecurityManager.cs:21
System.Security.SecurityManager
Definition
SecurityManager.cs:9
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.Security
Definition
CommonObjectSecurity.cs:4
System
Definition
__ComObject.cs:4
source
mscorlib
System
Security
SecurityManager.cs
Generated by
1.10.0