6 references to DefaultRealm
System.ServiceModel (6)
System\ServiceModel\Configuration\HttpTransportSecurityElement.cs (1)
44[ConfigurationProperty(ConfigurationStrings.Realm, DefaultValue = HttpTransportSecurity.DefaultRealm)]
System\ServiceModel\Configuration\WSHttpTransportSecurityElement.cs (1)
42[ConfigurationProperty(ConfigurationStrings.Realm, DefaultValue = HttpTransportSecurity.DefaultRealm)]
System\ServiceModel\HttpTransportSecurity.cs (4)
29this.realm = DefaultRealm; 115http.Realm = DefaultRealm; 123return http.AuthenticationScheme == AuthenticationSchemes.Anonymous && http.ProxyAuthenticationScheme == AuthenticationSchemes.Anonymous && http.Realm == DefaultRealm; 189return this.Realm != DefaultRealm;