Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Configuration_2.0/
H A DWebConfigurationHost.cs56 const string MachinePath = ":machine:"; field in System.Web.Configuration.WebConfigurationHost
132 if (configPath == MachinePath) { in GetStreamName()
189 locationSubPath = MachinePath; in InitForConfiguration()
192 } else if (locationSubPath == MachinePath) { in InitForConfiguration()
194 configPath = MachinePath; in InitForConfiguration()
327 return configPath == MachinePath || configPath == MachineWebPath; in IsDefinitionAllowed()
339 if ((String.Compare (normalized, MachinePath, StringComparison.Ordinal) == 0) || in IsDefinitionAllowed()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.Cryptography/
H A DKeyPairPersistence.cs139 _filename = Path.Combine (MachinePath, _filename);
241 private static string MachinePath { property in Mono.Security.Cryptography.KeyPairPersistence