6 references to GetLocationFromType
mscorlib (6)
system\security\policy\policylevel.cs (3)
139internal PolicyLevel (PolicyLevelType type) : this (type, GetLocationFromType(type)) {} 216return GetLocationFromType(m_type); 1126string path = GetLocationFromType(m_type) + ".default";
system\security\policymanager.cs (3)
40string enterpriseConfig = PolicyLevel.GetLocationFromType(System.Security.PolicyLevelType.Enterprise); 43string machineConfig = PolicyLevel.GetLocationFromType(System.Security.PolicyLevelType.Machine); 48string userConfig = PolicyLevel.GetLocationFromType(System.Security.PolicyLevelType.User);