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