Files
2026-06-04 11:42:34 +02:00

18 lines
354 B
C#

using System;
namespace System.Security
{
// Token: 0x020005D3 RID: 1491
internal struct RuntimeDeclSecurityActions
{
// Token: 0x04001652 RID: 5714
public RuntimeDeclSecurityEntry cas;
// Token: 0x04001653 RID: 5715
public RuntimeDeclSecurityEntry noncas;
// Token: 0x04001654 RID: 5716
public RuntimeDeclSecurityEntry choice;
}
}