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