1 override of GetSupportsClientWindowsIdentityImpl
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpsTransportBindingElement.cs (1)
53internal override bool GetSupportsClientWindowsIdentityImpl(AuthenticationSchemes effectiveAuthenticationSchemes)
2 references to GetSupportsClientWindowsIdentityImpl
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpsTransportBindingElement.cs (1)
55return RequireClientCertificate || base.GetSupportsClientWindowsIdentityImpl(effectiveAuthenticationSchemes);
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
375GetSupportsClientWindowsIdentityImpl(effectiveAuthenticationSchemes),