2 references to Matches
System.IdentityModel (2)
System\IdentityModel\Tokens\X509CertificateStoreTokenResolver.cs (1)
189if (subjectKeyIdentifierClause != null && subjectKeyIdentifierClause.Matches(cert))
System\IdentityModel\Tokens\X509SecurityToken.cs (1)
152return subjectKeyIdentifierClause.Matches(certificate);