18 references to IsSet
System.ServiceModel (18)
System\ServiceModel\Channels\AuthenticationSchemesHelper.cs (5)
17return authScheme.IsSet(AuthenticationSchemes.Anonymous); 23return authScheme.IsSet(AuthenticationSchemes.Negotiate); 27return authScheme.IsSet(AuthenticationSchemes.Negotiate) || 28authScheme.IsSet(AuthenticationSchemes.Ntlm); 37return authScheme.IsSet(authTypeScheme);
System\ServiceModel\Channels\HttpChannelListener.cs (5)
92if (bindingElement.AuthenticationScheme.IsSet(AuthenticationSchemes.Basic) && 381if (this.authenticationScheme.IsSet(AuthenticationSchemes.Negotiate) || 382this.authenticationScheme.IsSet(AuthenticationSchemes.Ntlm)) 427if (this.AuthenticationScheme.IsSet(AuthenticationSchemes.Basic) && 560if (this.AuthenticationScheme.IsSet(AuthenticationSchemes.Basic)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (6)
624hostSupportedAuthenticationSchemes.IsSet(AuthenticationSchemes.Anonymous) && 736if (effectiveAuthenticationSchemes != AuthenticationSchemes.None && !(effectiveAuthenticationSchemes.IsSet(AuthenticationSchemes.Anonymous))) 741if (effectiveAuthenticationSchemes.IsSet(AuthenticationSchemes.Negotiate)) 746if (effectiveAuthenticationSchemes.IsSet(AuthenticationSchemes.Ntlm)) 751if (effectiveAuthenticationSchemes.IsSet(AuthenticationSchemes.Digest)) 756if (effectiveAuthenticationSchemes.IsSet(AuthenticationSchemes.Basic))
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (2)
419authenticationScheme.IsSet(AuthenticationSchemes.Basic) && 428authenticationScheme.IsSet(AuthenticationSchemes.Basic) &&