3 references to BioWrite
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\OpenSslPkcsFormatReader.cs (2)
32
if (Interop.Crypto.
BioWrite
(bio, rawData) != rawData.Length)
168
if (Interop.Crypto.
BioWrite
(bio, rawData) != rawData.Length)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
211
if (Interop.Crypto.
BioWrite
(bio, rawData) != rawData.Length)