15 lines
319 B
C#
15 lines
319 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Security
|
|
{
|
|
/// <summary>Defines methods implemented by permission types.</summary>
|
|
// Token: 0x020003A3 RID: 931
|
|
[Token(Token = "0x20003A3")]
|
|
[ComVisible(true)]
|
|
public interface IPermission : ISecurityEncodable
|
|
{
|
|
}
|
|
}
|