2 references to Matches
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlAssertionKeyIdentifierClause.cs (1)
79return ReferenceEquals(this, that) || (that != null && that.Matches(this.assertionId));
System\IdentityModel\Tokens\SamlSecurityToken.cs (1)
111return samlKeyIdentifierClause.Matches(this.Id);