This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
@@ -0,0 +1,24 @@
using System;
using System.Reflection;
namespace System.Security
{
// Token: 0x020005D1 RID: 1489
internal class RuntimeSecurityFrame
{
// Token: 0x04001648 RID: 5704
public AppDomain domain;
// Token: 0x04001649 RID: 5705
public MethodInfo method;
// Token: 0x0400164A RID: 5706
public RuntimeDeclSecurityEntry assert;
// Token: 0x0400164B RID: 5707
public RuntimeDeclSecurityEntry deny;
// Token: 0x0400164C RID: 5708
public RuntimeDeclSecurityEntry permitonly;
}
}