7 references to RemovePermission
mscorlib (6)
system\security\permissionset.cs (6)
1600copy.RemovePermission(typeof(GacIdentityPermission)); 1602copy.RemovePermission(typeof(PublisherIdentityPermission)); 1604copy.RemovePermission(typeof(StrongNameIdentityPermission)); 1605copy.RemovePermission(typeof(UrlIdentityPermission)); 1606copy.RemovePermission(typeof(ZoneIdentityPermission)); 1718RemovePermission(typeof(HostProtectionPermission));
PresentationCore (1)
Shared\MS\Internal\SecurityHelper.cs (1)
583permissionSetAppDomain.RemovePermission(siteOfOriginReadPermission.GetType());