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