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