3 writes to AuthenticationSchemes
System.ServiceModel (3)
System\ServiceModel\Configuration\ServiceAuthenticationElement.cs (1)
68behavior.AuthenticationSchemes = this.AuthenticationSchemes;
System\ServiceModel\ServiceHost.cs (2)
1018this.Authentication.AuthenticationSchemes = hostSupportedAuthenticationSchemes; 1023this.Authentication.AuthenticationSchemes &= hostSupportedAuthenticationSchemes;
1 reference to AuthenticationSchemes
System.ServiceModel (1)
System\ServiceModel\ServiceHost.cs (1)
1015if (this.Authentication.AuthenticationSchemes == AuthenticationSchemes.None)