3 references to TryReadPkcs7Pem
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\OpenSslPkcsFormatReader.cs (3)
145
return
TryReadPkcs7Pem
(bio, true, out certPal, out _);
155
return
TryReadPkcs7Pem
(bio, false, out _, out certPals);
173
return
TryReadPkcs7Pem
(bio, single, out certPal, out certPals);