2 references to Matches
System.IdentityModel (2)
System\IdentityModel\Tokens\BinaryKeyIdentifierClause.cs (1)
62return Matches(data, 0);
System\IdentityModel\Tokens\X509SubjectKeyIdentifierClause.cs (1)
53return data != null && Matches(data, SkiDataOffset);