12 lines
194 B
C#
12 lines
194 B
C#
using System;
|
|
|
|
namespace System.Security.Permissions
|
|
{
|
|
// Token: 0x0200054C RID: 1356
|
|
internal interface IBuiltInPermission
|
|
{
|
|
// Token: 0x060031AE RID: 12718
|
|
int GetTokenIndex();
|
|
}
|
|
}
|