5 references to HostProtectionPermission
mscorlib (5)
system\security\permissions\hostprotectionpermission.cs (4)
139return new HostProtectionPermission( m_resources ); 236return new HostProtectionPermission(newResources); 248return new HostProtectionPermission(newResources); 253return new HostProtectionPermission(m_resources);
system\security\permissionset.cs (1)
1714HostProtectionPermission newHpp = (HostProtectionPermission)hpp.Intersect(new HostProtectionPermission(fullTrustOnly));