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