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