4 references to PolicyLevel
mscorlib (4)
system\security\policy\policylevel.cs (1)
142internal PolicyLevel (PolicyLevelType type, string path) : this (type, path, ConfigId.None) {}
system\security\policymanager.cs (3)
41policyLevels.Add(new PolicyLevel(System.Security.PolicyLevelType.Enterprise, enterpriseConfig, ConfigId.EnterprisePolicyLevel)); 44policyLevels.Add(new PolicyLevel(System.Security.PolicyLevelType.Machine, machineConfig, ConfigId.MachinePolicyLevel)); 49policyLevels.Add(new PolicyLevel(System.Security.PolicyLevelType.User, userConfig, ConfigId.UserPolicyLevel));