11 references to NUM_BUILTIN_UNRESTRICTED
mscorlib (11)
system\security\permissions\ibuiltinpermission.cs (7)
40
internal const int PublisherIdentityPermissionIndex = 0 +
NUM_BUILTIN_UNRESTRICTED
;
42
internal const int SiteIdentityPermissionIndex = 1 +
NUM_BUILTIN_UNRESTRICTED
;
43
internal const int StrongNameIdentityPermissionIndex = 2 +
NUM_BUILTIN_UNRESTRICTED
;
44
internal const int UrlIdentityPermissionIndex = 3 +
NUM_BUILTIN_UNRESTRICTED
;
45
internal const int ZoneIdentityPermissionIndex = 4 +
NUM_BUILTIN_UNRESTRICTED
;
46
internal const int GacIdentityPermissionIndex = 5 +
NUM_BUILTIN_UNRESTRICTED
;
48
internal const int KeyContainerPermissionIndex = 6 +
NUM_BUILTIN_UNRESTRICTED
;
system\security\permissiontoken.cs (4)
284
heldToken.m_index >= BuiltInPermissionIndex.NUM_BUILTIN_NORMAL + BuiltInPermissionIndex.
NUM_BUILTIN_UNRESTRICTED
)
348
m_builtIn = new PermissionToken[BuiltInPermissionIndex.NUM_BUILTIN_NORMAL + BuiltInPermissionIndex.
NUM_BUILTIN_UNRESTRICTED
];
351
m_index = BuiltInPermissionIndex.NUM_BUILTIN_NORMAL + BuiltInPermissionIndex.
NUM_BUILTIN_UNRESTRICTED
;
388
if (i < BuiltInPermissionIndex.NUM_BUILTIN_NORMAL + BuiltInPermissionIndex.
NUM_BUILTIN_UNRESTRICTED
)