3 references to
System.Net.Security (3)
src\libraries\Common\src\System\Net\Security\Unix\SafeDeleteContext.cs (2)
16
public SafeDeleteContext(IntPtr handle) :
base
(handle, true)
20
public SafeDeleteContext(IntPtr handle, bool ownsHandle) :
base
(handle, ownsHandle)
src\libraries\Common\src\System\Net\Security\Unix\SafeFreeCredentials.cs (1)
26
protected SafeFreeCredentials(IntPtr handle, bool ownsHandle) :
base
(handle, ownsHandle)