2 references to Create
System.Net.Security (2)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
393
sslHandle = SafeSslHandle.
Create
(sslCtxHandle, sslAuthenticationOptions.IsServer);
System\Net\Security\CipherSuitesPolicyPal.Linux.cs (1)
37
using (SafeSslHandle ssl = SafeSslHandle.
Create
(innerContext, false))