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