7 references to IsNotSet
System.ServiceModel (7)
System\ServiceModel\Channels\HttpChannelListener.cs (2)
93bindingElement.AuthenticationScheme.IsNotSet(AuthenticationSchemes.Digest | AuthenticationSchemes.Ntlm | AuthenticationSchemes.Negotiate) && 235return this.AuthenticationScheme.IsNotSet(AuthenticationSchemes.Anonymous);
System\ServiceModel\Channels\HttpsChannelListener.cs (1)
73this.AuthenticationScheme.IsNotSet(AuthenticationSchemes.Anonymous))
System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
428effectiveAuthenticationSchemes.IsNotSet(AuthenticationSchemes.Anonymous); 434effectiveAuthenticationSchemes.IsNotSet(AuthenticationSchemes.Anonymous); 617hostSupportedAuthenticationSchemes.IsNotSet(AuthenticationSchemes.Anonymous)))
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (1)
420authenticationScheme.IsNotSet(AuthenticationSchemes.Digest | AuthenticationSchemes.Ntlm | AuthenticationSchemes.Negotiate))