3 references to SecurityInfrastructure
mscorlib (3)
system\security\permissions\hostprotectionpermission.cs (3)
117get { return (m_resources & HostProtectionResource.SecurityInfrastructure) != 0; } 118set { m_resources = (value ? m_resources | HostProtectionResource.SecurityInfrastructure : m_resources & ~HostProtectionResource.SecurityInfrastructure); }