1 write to _tokenResolver
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
1027_tokenResolver = tokenResolver ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(tokenResolver));
3 references to _tokenResolver
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (3)
1035resolved = _tokenResolver.TryResolveSecurityKey(keyIdentifierClause, false, out key); 1055resolved = _tokenResolver.TryResolveToken(keyIdentifier, false, false, out token); 1098resolved = _tokenResolver.TryResolveToken(keyIdentifierClause, false, false, out token);