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