2 writes to PreallocatedSslContext
System.Net.Security (2)
System\Net\Security\TlsContext.OpenSsl.cs (1)
64sessionOptions.PreallocatedSslContext = ctx;
System\Net\Security\TlsSession.cs (1)
649_options.PreallocatedSslContext = serverOpts.PreallocatedSslContext;
2 references to PreallocatedSslContext
System.Net.Security (2)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
368SafeSslContextHandle? preallocatedSslCtx = sslAuthenticationOptions.PreallocatedSslContext;
System\Net\Security\TlsSession.cs (1)
649_options.PreallocatedSslContext = serverOpts.PreallocatedSslContext;