1 write to outOfBandPrimaryTokenCollection
System.ServiceModel (1)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
547
this.
outOfBandPrimaryTokenCollection
= primaryTokens;
7 references to outOfBandPrimaryTokenCollection
System.ServiceModel (7)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (7)
774
else if (this.
outOfBandPrimaryTokenCollection
!= null)
776
for (int i = 0; i < this.
outOfBandPrimaryTokenCollection
.Count; ++i)
778
universalTokenResolver.Add(this.
outOfBandPrimaryTokenCollection
[i], SecurityTokenReferenceStyle.External, this.primaryTokenParameters);
779
primaryTokenResolver.Add(this.
outOfBandPrimaryTokenCollection
[i], SecurityTokenReferenceStyle.External, this.primaryTokenParameters);
1610
if (!result && this.
outOfBandPrimaryTokenCollection
!= null)
1612
for (int i = 0; i < this.
outOfBandPrimaryTokenCollection
.Count; ++i)
1614
if (this.
outOfBandPrimaryTokenCollection
[i] == token)