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