3 references to PolicyLevel
mscorlib (3)
system\security\policy\policylevel.cs (2)
139
internal PolicyLevel (PolicyLevelType type) :
this
(type, GetLocationFromType(type)) {}
1128
PolicyLevel level = new
PolicyLevel
(m_type, path);
system\security\securitymanager.cs (1)
212
PolicyLevel level = new
PolicyLevel
(type, path);