2 references to SslSessionGetData
System.Net.Security (2)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
1091cert = Interop.Ssl.SslSessionGetData(currentSession);
System\Net\CertificateValidationPal.Unix.cs (1)
125return Interop.Ssl.SslSessionGetData(session) != IntPtr.Zero;