1 write to PolicyFile
System.Web (1)
Configuration\TrustLevel.cs (1)
52PolicyFile = policyFile;
10 references to PolicyFile
System.Web (10)
Configuration\TrustLevel.cs (10)
89if (PolicyFile.Length > 1) { 90char c1 = PolicyFile[1]; 91char c0 = PolicyFile[0]; 102_PolicyFileExpanded = strDir + PolicyFile; 105_PolicyFileExpanded = PolicyFile; 119if (PolicyFile.Length > 1) { 120char c1 = PolicyFile[1]; 121char c0 = PolicyFile[0]; 132_LegacyPolicyFileExpanded = strDir + "legacy." + PolicyFile; 135_LegacyPolicyFileExpanded = PolicyFile;