10 overrides of MatchesKeyIdentifierClause
System.IdentityModel (9)
System\IdentityModel\Tokens\EncryptedSecurityToken.cs (1)
79
public override bool
MatchesKeyIdentifierClause
(SecurityKeyIdentifierClause keyIdentifierClause)
System\IdentityModel\Tokens\GenericXmlSecurityToken.cs (1)
177
public override bool
MatchesKeyIdentifierClause
(SecurityKeyIdentifierClause keyIdentifierClause)
System\IdentityModel\Tokens\KerberosReceiverSecurityToken.cs (1)
303
public override bool
MatchesKeyIdentifierClause
(SecurityKeyIdentifierClause keyIdentifierClause)
System\IdentityModel\Tokens\KerberosRequestorSecurityToken.cs (1)
243
public override bool
MatchesKeyIdentifierClause
(SecurityKeyIdentifierClause keyIdentifierClause)
System\IdentityModel\Tokens\RsaSecurityToken.cs (1)
199
public override bool
MatchesKeyIdentifierClause
(SecurityKeyIdentifierClause keyIdentifierClause)
System\IdentityModel\Tokens\Saml2SecurityToken.cs (1)
126
public override bool
MatchesKeyIdentifierClause
(SecurityKeyIdentifierClause keyIdentifierClause)
System\IdentityModel\Tokens\SamlSecurityToken.cs (1)
107
public override bool
MatchesKeyIdentifierClause
(SecurityKeyIdentifierClause keyIdentifierClause)
System\IdentityModel\Tokens\X509SecurityToken.cs (1)
147
public override bool
MatchesKeyIdentifierClause
(SecurityKeyIdentifierClause keyIdentifierClause)
System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (1)
232
public override bool
MatchesKeyIdentifierClause
(SecurityKeyIdentifierClause keyIdentifierClause)
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\SecurityContextSecurityToken.cs (1)
298
public override bool
MatchesKeyIdentifierClause
(SecurityKeyIdentifierClause keyIdentifierClause)
14 references to MatchesKeyIdentifierClause
System.IdentityModel (8)
System\IdentityModel\Selectors\SecurityTokenResolver.cs (1)
201
if (this.tokens[i].
MatchesKeyIdentifierClause
(keyIdentifierClause))
System\IdentityModel\Tokens\EncryptedSecurityToken.cs (1)
81
return _realToken.
MatchesKeyIdentifierClause
(keyIdentifierClause);
System\IdentityModel\Tokens\KerberosReceiverSecurityToken.cs (1)
309
return base.
MatchesKeyIdentifierClause
(keyIdentifierClause);
System\IdentityModel\Tokens\KerberosRequestorSecurityToken.cs (1)
249
return base.
MatchesKeyIdentifierClause
(keyIdentifierClause);
System\IdentityModel\Tokens\Saml2SecurityToken.cs (1)
129
|| base.
MatchesKeyIdentifierClause
(keyIdentifierClause);
System\IdentityModel\Tokens\SecurityToken.cs (1)
41
if (this.SecurityKeys.Count != 0 &&
MatchesKeyIdentifierClause
(keyIdentifierClause))
System\IdentityModel\Tokens\X509SecurityToken.cs (1)
166
return base.
MatchesKeyIdentifierClause
(keyIdentifierClause);
System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (1)
238
return base.
MatchesKeyIdentifierClause
(keyIdentifierClause);
System.ServiceModel (6)
System\ServiceModel\Security\ReceiveSecurityHeaderElementManager.cs (1)
350
if (token.
MatchesKeyIdentifierClause
(strClause))
System\ServiceModel\Security\SecurityHeaderTokenResolver.cs (2)
144
return token.
MatchesKeyIdentifierClause
(localClause);
222
(derivedKeyToken.TokenToDerive.
MatchesKeyIdentifierClause
(keyIdentifierClause)))
System\ServiceModel\Security\Tokens\SecurityContextSecurityToken.cs (1)
304
return base.
MatchesKeyIdentifierClause
(keyIdentifierClause);
System\ServiceModel\Security\Tokens\SecurityTokenParameters.cs (2)
162
result = token.
MatchesKeyIdentifierClause
(keyIdentifierClause);
165
result = token.
MatchesKeyIdentifierClause
(keyIdentifierClause);