4 writes to supportingTokenAuthenticators
System.ServiceModel (4)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (4)
496this.supportingTokenAuthenticators = supportingTokenAuthenticators; 504this.supportingTokenAuthenticators = supportingTokenAuthenticators; 513this.supportingTokenAuthenticators = supportingTokenAuthenticators; 518this.supportingTokenAuthenticators = supportingTokenAuthenticators;
9 references to supportingTokenAuthenticators
System.ServiceModel (9)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (9)
817if (this.supportingTokenAuthenticators != null && this.supportingTokenAuthenticators.Count > 0) 819this.supportingTokenTrackers = new List<TokenTracker>(this.supportingTokenAuthenticators.Count); 820for (int i = 0; i < this.supportingTokenAuthenticators.Count; ++i) 822SupportingTokenAuthenticatorSpecification spec = this.supportingTokenAuthenticators[i]; 1496if (this.supportingTokenAuthenticators == null) 1498for (int i = 0; i < this.supportingTokenAuthenticators.Count; ++i) 1500if (supportingTokenAuthenticators[i].TokenAuthenticator == tokenAuthenticator) 1502spec = supportingTokenAuthenticators[i];