5 references to CreateMemoryBio
System.Security.Cryptography (5)
System\Security\Cryptography\OpenSslAsnFormatter.cs (1)
39
using (SafeBioHandle bio = Interop.Crypto.
CreateMemoryBio
())
System\Security\Cryptography\X509Certificates\OpenSslCertificateAssetDownloader.cs (1)
77
using (SafeBioHandle bio = Interop.Crypto.
CreateMemoryBio
())
System\Security\Cryptography\X509Certificates\OpenSslPkcsFormatReader.cs (2)
28
using (SafeBioHandle bio = Interop.Crypto.
CreateMemoryBio
())
164
using (SafeBioHandle bio = Interop.Crypto.
CreateMemoryBio
())
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
207
using (SafeBioHandle bio = Interop.Crypto.
CreateMemoryBio
())