1 write to allowFirstTokenMismatch
System.ServiceModel (1)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
526
this.
allowFirstTokenMismatch
= primaryTokenAuthenticator != null;
1 reference to allowFirstTokenMismatch
System.ServiceModel (1)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
763
this.primaryTokenTracker = new TokenTracker(null, this.outOfBandPrimaryToken, this.
allowFirstTokenMismatch
);