7 references to BioNewFile
System.Security.Cryptography (7)
System\Security\Cryptography\X509Certificates\OpenSslCachedSystemStoreProvider.cs (1)
223
using (SafeBioHandle fileBio = Interop.Crypto.
BioNewFile
(file, "rb"))
System\Security\Cryptography\X509Certificates\OpenSslCrlCache.cs (2)
99
using (SafeBioHandle bio = Interop.Crypto.
BioNewFile
(crlFile, "rb"))
236
using (SafeBioHandle bio = Interop.Crypto.
BioNewFile
(crlFile, "wb"))
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
78
using (SafeBioHandle fileBio = Interop.Crypto.
BioNewFile
(fileName, "rb"))
System\Security\Cryptography\X509Certificates\OpenSslX509Encoder.cs (1)
97
using (SafeBioHandle fileBio = Interop.Crypto.
BioNewFile
(fileName, "rb"))
System\Security\Cryptography\X509Certificates\StorePal.OpenSsl.cs (1)
64
using (SafeBioHandle bio = Interop.Crypto.
BioNewFile
(fileName, "rb"))
System\Security\Cryptography\X509Certificates\X509CertificateLoader.OpenSsl.cs (1)
29
using (SafeBioHandle fileBio = Interop.Crypto.
BioNewFile
(path, "rb"))