12 references to HasIncomingSupportingTokens
System.ServiceModel (12)
System\ServiceModel\OperationContext.cs (1)
180properties.Security.HasIncomingSupportingTokens;
System\ServiceModel\Security\IdentityModelServiceAuthorizationManager.cs (1)
787if (_securityMessageProperty.HasIncomingSupportingTokens)
System\ServiceModel\Security\SecurityMessageProperty.cs (3)
188if (this.HasIncomingSupportingTokens) 250if (!this.HasIncomingSupportingTokens) 280if (this.HasIncomingSupportingTokens)
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (3)
769if (supportingTokenProperty == null || !supportingTokenProperty.HasIncomingSupportingTokens) 851if (security.HasIncomingSupportingTokens) 977if (securityProperty.HasIncomingSupportingTokens)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
1371if (securityProperty.HasIncomingSupportingTokens)
System\ServiceModel\Security\SecurityUtils.cs (1)
1427if (messageProperty.HasIncomingSupportingTokens)
System\ServiceModel\Security\WSTrustServiceContract.cs (1)
106if (msgProperty.HasIncomingSupportingTokens)
System\ServiceModel\ServiceAuthenticationManager.cs (1)
124if (message.Properties.Security.HasIncomingSupportingTokens)