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