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