10 references to
System.ServiceModel.Primitives (10)
System\IdentityModel\Selectors\SecurityTokenResolver.cs (2)
131if (TryResolveSecurityKey(keyIdentifier[i], out unwrappingSecurityKey)) 156SecurityToken securityToken = ResolveSecurityToken(keyIdentifier[i]);
System\IdentityModel\Tokens\SecurityKeyIdentifier.cs (4)
48if (this[i].CanCreateKey) 81if (this[i].CanCreateKey) 83return this[i].CreateKey(); 119writer.WriteLine(" Clause[{0}] = {1}{2}", i, this[i], i < Count - 1 ? "," : "");
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
1066if (TryResolveTokenFromIntrinsicKeyClause(keyIdentifier[i], out token))
System\ServiceModel\Security\SecurityHeaderTokenResolver.cs (2)
77if (ExpectedWrapperTokenParameters.MatchesKeyIdentifierClause(ExpectedWrapper, keyIdentifier[i], SecurityTokenReferenceStyle.External)) 93SecurityToken token = ResolveToken(keyIdentifier[i], matchOnlyExternalTokens, resolveIntrinsicKeyClause);
System\ServiceModel\Security\SecurityUtils.cs (1)
723if (resolver.TryResolveSecurityKey(keyClause.EncryptingKeyIdentifier[i], out unwrappingSecurityKey))