2 writes to PreallocatedSslContext
System.Net.Security (2)
System\Net\Security\TlsContext.OpenSsl.cs (1)
64
sessionOptions.
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)
368
SafeSslContextHandle? preallocatedSslCtx = sslAuthenticationOptions.
PreallocatedSslContext
;
System\Net\Security\TlsSession.cs (1)
649
_options.PreallocatedSslContext = serverOpts.
PreallocatedSslContext
;