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