1 implementation of SupportsClientWindowsIdentity
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\SecurityCapabilities.cs (1)
30
public bool
SupportsClientWindowsIdentity
{ get { return _supportsClientWindowsIdentity; } }
4 references to SupportsClientWindowsIdentity
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\SecurityBindingElement.cs (1)
456
bool supportsClientWindowsIdentity = thisSecurityCapability.
SupportsClientWindowsIdentity
;
System\ServiceModel\Channels\SecurityCapabilities.cs (2)
65
if (capabilities1.
SupportsClientWindowsIdentity
!= capabilities2.
SupportsClientWindowsIdentity
)
System\ServiceModel\Security\Tokens\SecureConversationSecurityTokenParameters.cs (1)
124
return BootstrapSecurityCapabilities == null ? false : BootstrapSecurityCapabilities.
SupportsClientWindowsIdentity
;