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