2 references to Matches
System.IdentityModel (2)
System\IdentityModel\Tokens\RsaKeyIdentifierClause.cs (1)
63return ReferenceEquals(this, that) || (that != null && that.Matches(this.rsa));
System\IdentityModel\Tokens\RsaSecurityToken.cs (1)
203return rsaKeyIdentifierClause.Matches(this.rsa);