Home
last modified time | relevance | path

Searched refs:_trustLevel (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A DHttpRuntime.cs215 private string _trustLevel;
487 _trustLevel = "Full";
3117 get { return _theRuntime._trustLevel; }
3131 _trustLevel = trustLevel;
3235 _trustLevel = trustLevel;
3283 _trustLevel = trustSection.Level;
3284 if (_trustLevel != "Full") {
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Management/
H A DWebEvents.cs1870 string _trustLevel; field in System.Web.Management.WebApplicationInformation
1877 _trustLevel = HttpRuntime.TrustLevel; in WebApplicationInformation()
1896 public string TrustLevel { get { return _trustLevel; } }