2 references to Create
System.Net.Security (2)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
416
sslHandle = SafeSslHandle.
Create
(sslCtxHandle, sslAuthenticationOptions);
System\Net\Security\CipherSuitesPolicyPal.Linux.cs (1)
39
using (SafeSslHandle ssl = SafeSslHandle.
Create
(innerContext, new SslAuthenticationOptions() { IsServer = false }))