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