18 lines
354 B
C#
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;
|
|
}
|
|
}
|