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