14 references to AuthenticationScheme
System.ServiceModel (14)
System\ServiceModel\Channels\HttpChannelListener.cs (5)
235return this.AuthenticationScheme.IsNotSet(AuthenticationSchemes.Anonymous); 420if (this.AuthenticationScheme == AuthenticationSchemes.Basic) 427if (this.AuthenticationScheme.IsSet(AuthenticationSchemes.Basic) && 560if (this.AuthenticationScheme.IsSet(AuthenticationSchemes.Basic) 672string message = SR.GetString(SR.HttpAuthenticationFailed, this.AuthenticationScheme, HttpStatusCode.Unauthorized);
System\ServiceModel\Channels\HttpsChannelListener.cs (8)
73this.AuthenticationScheme.IsNotSet(AuthenticationSchemes.Anonymous)) 76SR.HttpAuthSchemeAndClientCert, this.AuthenticationScheme)), TraceEventType.Error); 202else if (this.AuthenticationScheme == AuthenticationSchemes.Anonymous) 230else if (this.AuthenticationScheme == AuthenticationSchemes.Anonymous) 263else if (this.AuthenticationScheme == AuthenticationSchemes.Anonymous) 291else if (this.AuthenticationScheme == AuthenticationSchemes.Anonymous) 337string message = SR.GetString(SR.HttpAuthenticationFailed, this.AuthenticationScheme, result); 385string message = SR.GetString(SR.HttpAuthenticationFailed, this.AuthenticationScheme, result);
System\ServiceModel\Channels\SharedHttpTransportManager.cs (1)
645result = channelListener.AuthenticationScheme;