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