1 override of GetSupportsClientAuthenticationImpl
System.ServiceModel (1)
System\ServiceModel\Channels\HttpsTransportBindingElement.cs (1)
66
internal override bool
GetSupportsClientAuthenticationImpl
(AuthenticationSchemes effectiveAuthenticationSchemes)
2 references to GetSupportsClientAuthenticationImpl
System.ServiceModel (2)
System\ServiceModel\Channels\HttpsTransportBindingElement.cs (1)
68
return this.requireClientCertificate || base.
GetSupportsClientAuthenticationImpl
(effectiveAuthenticationSchemes);
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
498
return (T)(object)new SecurityCapabilities(this.
GetSupportsClientAuthenticationImpl
(effectiveAuthenticationSchemes),