5 references to Authentication
System.ServiceModel (5)
System\ServiceModel\ServiceConfiguration.cs (1)
46
return this.host.
Authentication
;
System\ServiceModel\ServiceHost.cs (4)
986
if (this.
Authentication
== null)
1015
if (this.
Authentication
.AuthenticationSchemes == AuthenticationSchemes.None)
1018
this.
Authentication
.AuthenticationSchemes = hostSupportedAuthenticationSchemes;
1023
this.
Authentication
.AuthenticationSchemes &= hostSupportedAuthenticationSchemes;