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