1 write to SafeSslHandle
System.Net.Security (1)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (1)
584options.SafeSslHandle = handle;
1 reference to SafeSslHandle
System.Net.Security (1)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
1040sslHandle = options!.SafeSslHandle as SafeSslHandle;