3 writes to clientTokenAuthenticator
System.ServiceModel (3)
System\ServiceModel\Security\TlsnegoTokenAuthenticator.cs (3)
41
this.
clientTokenAuthenticator
= value;
128
this.
clientTokenAuthenticator
= null;
147
this.
clientTokenAuthenticator
= null;
7 references to clientTokenAuthenticator
System.ServiceModel (7)
System\ServiceModel\Security\TlsnegoTokenAuthenticator.cs (7)
36
return this.
clientTokenAuthenticator
;
108
if (this.
clientTokenAuthenticator
!= null)
110
SecurityUtils.OpenTokenAuthenticatorIfRequired(this.
clientTokenAuthenticator
, timeoutHelper.RemainingTime());
125
if (this.
clientTokenAuthenticator
!= null)
127
SecurityUtils.CloseTokenAuthenticatorIfRequired(this.
clientTokenAuthenticator
, timeoutHelper.RemainingTime());
144
if (this.
clientTokenAuthenticator
!= null)
146
SecurityUtils.AbortTokenAuthenticatorIfRequired(this.
clientTokenAuthenticator
);