1 override of GetSupportsClientAuthenticationImpl
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsTransportBindingElement.cs (1)
61
internal override bool
GetSupportsClientAuthenticationImpl
(AuthenticationSchemes effectiveAuthenticationSchemes)
2 references to GetSupportsClientAuthenticationImpl
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsTransportBindingElement.cs (1)
63
return _requireClientCertificate || base.
GetSupportsClientAuthenticationImpl
(effectiveAuthenticationSchemes);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
411
return (T)(object)new SecurityCapabilities(this.
GetSupportsClientAuthenticationImpl
(effectiveAuthenticationSchemes),