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)
29
this.realm =
DefaultRealm
;
115
http.Realm =
DefaultRealm
;
123
return http.AuthenticationScheme == AuthenticationSchemes.Anonymous && http.ProxyAuthenticationScheme == AuthenticationSchemes.Anonymous && http.Realm ==
DefaultRealm
;
189
return this.Realm !=
DefaultRealm
;