1 override of GetSupportsClientWindowsIdentityImpl
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsTransportBindingElement.cs (1)
66
internal override bool
GetSupportsClientWindowsIdentityImpl
(AuthenticationSchemes effectiveAuthenticationSchemes)
2 references to GetSupportsClientWindowsIdentityImpl
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsTransportBindingElement.cs (1)
68
return _requireClientCertificate || base.
GetSupportsClientWindowsIdentityImpl
(effectiveAuthenticationSchemes);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
413
this.
GetSupportsClientWindowsIdentityImpl
(effectiveAuthenticationSchemes),