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