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