1 implementation of SupportsClientWindowsIdentity
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityCapabilities.cs (1)
30public bool SupportsClientWindowsIdentity { get { return supportsClientWindowsIdentity; } }
7 references to SupportsClientWindowsIdentity
System.ServiceModel (7)
System\ServiceModel\Channels\CompositeDuplexBindingElement.cs (1)
146false, lowerCapabilities.SupportsClientWindowsIdentity, lowerCapabilities.SupportedRequestProtectionLevel,
System\ServiceModel\Channels\InternalDuplexBindingElement.cs (1)
124false, lowerCapabilities.SupportsClientWindowsIdentity, lowerCapabilities.SupportedRequestProtectionLevel,
System\ServiceModel\Channels\SecurityBindingElement.cs (1)
908bool supportsClientWindowsIdentity = thisSecurityCapability.SupportsClientWindowsIdentity;
System\ServiceModel\Channels\SecurityCapabilities.cs (2)
65if (capabilities1.SupportsClientWindowsIdentity != capabilities2.SupportsClientWindowsIdentity)
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (1)
313if (capabilities != null && capabilities.SupportsClientWindowsIdentity)
System\ServiceModel\Security\Tokens\SecureConversationSecurityTokenParameters.cs (1)
179return this.BootstrapSecurityCapabilities == null ? false : this.BootstrapSecurityCapabilities.SupportsClientWindowsIdentity;