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