2 references to Matches
System.ServiceModel.Primitives (2)
System\IdentityModel\Tokens\LocalIdKeyIdentifierClause.cs (1)
60
return ReferenceEquals(this, that) || (that != null && that.
Matches
(LocalId, OwnerType));
System\IdentityModel\Tokens\SecurityToken.cs (1)
39
return localKeyIdentifierClause.
Matches
(Id, GetType());