2 references to
System.Net.Security (2)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (2)
487
public SafeSslHandle() :
base
(IntPtr.Zero, true)
491
internal SafeSslHandle(IntPtr validSslPointer, bool ownsHandle) :
base
(IntPtr.Zero, ownsHandle)