3 writes to primaryTokenAuthenticator
System.ServiceModel (3)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (3)
494this.primaryTokenAuthenticator = primaryTokenAuthenticator; 509this.primaryTokenAuthenticator = primaryTokenAuthenticator; 525this.primaryTokenAuthenticator = primaryTokenAuthenticator;
6 references to primaryTokenAuthenticator
System.ServiceModel (6)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (6)
807if (this.primaryTokenAuthenticator != null) 809allowedAuthenticators.Add(this.primaryTokenAuthenticator); 840if ((this.primaryTokenAuthenticator != null) && (this.primaryTokenAuthenticator.GetType().Equals(spec.TokenAuthenticator.GetType()))) 1647(usedTokenAuthenticator == this.primaryTokenAuthenticator)) 1654if (usedTokenAuthenticator == this.primaryTokenAuthenticator)