2 writes to authenticationScheme
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelListener.cs (2)
100this.authenticationScheme = bindingElement.AuthenticationScheme; 187AspNetEnvironment.Current.ValidateHttpSettings(virtualPath, isMetadataListener, this.usingDefaultSpnList, ref this.authenticationScheme, ref this.extendedProtectionPolicy, ref this.realm);
7 references to authenticationScheme
System.ServiceModel (7)
System\ServiceModel\Channels\HttpChannelListener.cs (7)
112this.extendedProtectionPolicy = GetPolicyWithDefaultSpnCollection(bindingElement.ExtendedProtectionPolicy, this.authenticationScheme, this.HostNameComparisonModeInternal, base.Uri, out this.usingDefaultSpnList); 194return this.authenticationScheme; 227return this.authenticationScheme != AuthenticationSchemes.Anonymous; 340return AuthenticationSchemesHelper.DoesAuthTypeMatch(this.authenticationScheme, authType); 381if (this.authenticationScheme.IsSet(AuthenticationSchemes.Negotiate) || 382this.authenticationScheme.IsSet(AuthenticationSchemes.Ntlm)) 432(AuthenticationSchemes)authenticationScheme - AuthenticationSchemes.Basic,