3 writes to pendingSupportingTokenAuthenticator
System.ServiceModel (3)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (3)
815pendingSupportingTokenAuthenticator = null; 842pendingSupportingTokenAuthenticator = spec.TokenAuthenticator; 1662this.pendingSupportingTokenAuthenticator = null;
2 references to pendingSupportingTokenAuthenticator
System.ServiceModel (2)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (2)
1659if (this.pendingSupportingTokenAuthenticator != null) 1661this.allowedAuthenticators.Add(this.pendingSupportingTokenAuthenticator);