2 writes to outOfBandPrimaryToken
System.ServiceModel (2)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (2)
523
this.
outOfBandPrimaryToken
= primaryToken;
541
this.
outOfBandPrimaryToken
= primaryToken;
5 references to outOfBandPrimaryToken
System.ServiceModel (5)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (5)
763
this.primaryTokenTracker = new TokenTracker(null, this.
outOfBandPrimaryToken
, this.allowFirstTokenMismatch);
769
if (this.
outOfBandPrimaryToken
!= null)
771
universalTokenResolver.Add(this.
outOfBandPrimaryToken
, SecurityTokenReferenceStyle.External, this.primaryTokenParameters);
772
primaryTokenResolver.Add(this.
outOfBandPrimaryToken
, SecurityTokenReferenceStyle.External, this.primaryTokenParameters);
1606
bool result = (token ==
outOfBandPrimaryToken