1 write to TokenAuthenticator
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\SupportingTokenAuthenticatorSpecification.cs (1)
23TokenAuthenticator = tokenAuthenticator ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(tokenAuthenticator));
6 references to TokenAuthenticator
System.ServiceModel.Primitives (6)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (4)
424if ((_primaryTokenAuthenticator != null) && (_primaryTokenAuthenticator.GetType().Equals(spec.TokenAuthenticator.GetType()))) 426_pendingSupportingTokenAuthenticator = spec.TokenAuthenticator; 430_allowedAuthenticators.Add(spec.TokenAuthenticator); 586if (_supportingTokenAuthenticators[i].TokenAuthenticator == tokenAuthenticator)
System\ServiceModel\Security\SecurityProtocolFactory.cs (2)
442if (spec.TokenAuthenticator is ISecurityContextSecurityTokenCacheProvider) 444result.Add(((ISecurityContextSecurityTokenCacheProvider)spec.TokenAuthenticator).TokenCache);