3 references to AuthenticationSchemes
System.ServiceModel (3)
System\ServiceModel\Channels\AuthenticationSchemesBindingParameter.cs (1)
33authenticationSchemes = instance.AuthenticationSchemes;
System\ServiceModel\Description\ServiceAuthenticationBehavior.cs (2)
108if (otherAuthenticationSchemesBindingParameter.AuthenticationSchemes != authenticationSchemes) 110throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.MultipleAuthenticationSchemesInServiceBindingParameters, otherAuthenticationSchemesBindingParameter.AuthenticationSchemes)));