1 write to supportingTokenTrackers
System.ServiceModel (1)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
819
this.
supportingTokenTrackers
= new List<TokenTracker>(this.supportingTokenAuthenticators.Count);
10 references to supportingTokenTrackers
System.ServiceModel (10)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (10)
853
this.
supportingTokenTrackers
.Add(new TokenTracker(spec));
959
if (this.
supportingTokenTrackers
!= null)
961
for (int i = 0; i < this.
supportingTokenTrackers
.Count; ++i)
963
VerifySupportingToken(this.
supportingTokenTrackers
[i]);
1483
if (this.
supportingTokenTrackers
== null)
1485
for (int i = 0; i < this.
supportingTokenTrackers
.Count; ++i)
1487
if (
supportingTokenTrackers
[i].token == token)
1488
return
supportingTokenTrackers
[i];
1503
return
supportingTokenTrackers
[i];
1695
this.
supportingTokenTrackers
.Add(supportingTokenTracker);