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