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