1 write to ServerTokenAuthenticator
System.ServiceModel (1)
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (1)
208
tlsnegoTokenProvider.
ServerTokenAuthenticator
= this.CreateTlsnegoServerX509TokenAuthenticator(initiatorRequirement);
6 references to ServerTokenAuthenticator
System.ServiceModel (6)
System\ServiceModel\Security\TlsnegoTokenProvider.cs (6)
174
if (this.
ServerTokenAuthenticator
!= null)
177
authzPolicies = this.
ServerTokenAuthenticator
.ValidateToken(certToken);
193
if (this.
ServerTokenAuthenticator
!= null)
195
SecurityUtils.OpenTokenAuthenticatorIfRequired(this.
ServerTokenAuthenticator
, timeoutHelper.RemainingTime());
210
SecurityUtils.CloseTokenAuthenticatorIfRequired(this.
ServerTokenAuthenticator
, timeoutHelper.RemainingTime());
225
SecurityUtils.AbortTokenAuthenticatorIfRequired(this.
ServerTokenAuthenticator
);