2 references to Matches
System.IdentityModel (2)
System\IdentityModel\Tokens\LocalIdKeyIdentifierClause.cs (1)
65
return ReferenceEquals(this, that) || (that != null && that.
Matches
(this.localId, this.OwnerType));
System\IdentityModel\Tokens\SecurityToken.cs (1)
34
return localKeyIdentifierClause.
Matches
(this.Id, this.GetType());