System.Security.Permissions namespace System.Security.Permissions { + public enum PermissionState { + None = 0, + Unrestricted = 1, + } }