1 override of GetSupportsClientAuthenticationImpl
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpsTransportBindingElement.cs (1)
48internal override bool GetSupportsClientAuthenticationImpl(AuthenticationSchemes effectiveAuthenticationSchemes)
2 references to GetSupportsClientAuthenticationImpl
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpsTransportBindingElement.cs (1)
50return RequireClientCertificate || base.GetSupportsClientAuthenticationImpl(effectiveAuthenticationSchemes);
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
373return (T)(object)new SecurityCapabilities(GetSupportsClientAuthenticationImpl(effectiveAuthenticationSchemes),