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