9 references to _supportingTokenAuthenticators
System.ServiceModel.Primitives (9)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (9)
404if (_supportingTokenAuthenticators != null && _supportingTokenAuthenticators.Count > 0) 406_supportingTokenTrackers = new List<TokenTracker>(_supportingTokenAuthenticators.Count); 407for (int i = 0; i < _supportingTokenAuthenticators.Count; ++i) 409SupportingTokenAuthenticatorSpecification spec = _supportingTokenAuthenticators[i]; 579if (_supportingTokenAuthenticators == null) 584for (int i = 0; i < _supportingTokenAuthenticators.Count; ++i) 586if (_supportingTokenAuthenticators[i].TokenAuthenticator == tokenAuthenticator) 588spec = _supportingTokenAuthenticators[i];