1 override of GetSupportsClientWindowsIdentityImpl
System.ServiceModel (1)
System\ServiceModel\Channels\HttpsTransportBindingElement.cs (1)
71internal override bool GetSupportsClientWindowsIdentityImpl(AuthenticationSchemes effectiveAuthenticationSchemes)
2 references to GetSupportsClientWindowsIdentityImpl
System.ServiceModel (2)
System\ServiceModel\Channels\HttpsTransportBindingElement.cs (1)
73return this.requireClientCertificate || base.GetSupportsClientWindowsIdentityImpl(effectiveAuthenticationSchemes);
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
500this.GetSupportsClientWindowsIdentityImpl(effectiveAuthenticationSchemes),