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