2 overrides of MatchesKeyIdentifierClause
System.ServiceModel.Primitives (2)
System\IdentityModel\Tokens\GenericXmlSecurityToken.cs (1)
170
public override bool
MatchesKeyIdentifierClause
(SecurityKeyIdentifierClause keyIdentifierClause)
System\IdentityModel\Tokens\X509SecurityToken.cs (1)
157
public override bool
MatchesKeyIdentifierClause
(SecurityKeyIdentifierClause keyIdentifierClause)
7 references to MatchesKeyIdentifierClause
System.ServiceModel.Primitives (7)
System\IdentityModel\Selectors\SecurityTokenResolver.cs (1)
199
if (_tokens[i].
MatchesKeyIdentifierClause
(keyIdentifierClause))
System\IdentityModel\Tokens\SecurityToken.cs (1)
47
if (SecurityKeys.Count != 0 &&
MatchesKeyIdentifierClause
(keyIdentifierClause))
System\IdentityModel\Tokens\X509SecurityToken.cs (1)
176
return base.
MatchesKeyIdentifierClause
(keyIdentifierClause);
System\ServiceModel\Security\SecurityHeaderTokenResolver.cs (2)
138
return token.
MatchesKeyIdentifierClause
(localClause);
203
(derivedKeyToken.TokenToDerive.
MatchesKeyIdentifierClause
(keyIdentifierClause)))
System\ServiceModel\Security\Tokens\SecurityTokenParameters.cs (2)
143
result = token.
MatchesKeyIdentifierClause
(keyIdentifierClause);
148
result = token.
MatchesKeyIdentifierClause
(keyIdentifierClause);