2 references to TryFindMatchingCertificate
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decrypt.cs (1)
225
X509Certificate2? originatorCert = candidateCerts.
TryFindMatchingCertificate
(originatorId);
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (1)
241
X509Certificate2? cert = certs.
TryFindMatchingCertificate
(recipientInfo.RecipientIdentifier);