2 references to Matches
System.IdentityModel (2)
System\IdentityModel\Tokens\Saml2AssertionKeyIdentifierClause.cs (1)
100return ReferenceEquals(this, keyIdentifierClause) || Matches(Id, keyIdentifierClause);
System\IdentityModel\Tokens\Saml2SecurityToken.cs (1)
128return Saml2AssertionKeyIdentifierClause.Matches(this.Id, keyIdentifierClause)