4 references to SslContexts
System.Net.Security (4)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (3)
176
if (!sslAuthenticationOptions.CertificateContext!.
SslContexts
!.TryGetValue(serverCacheKey, out SafeSslContextHandle? handle))
181
SafeSslContextHandle cached = sslAuthenticationOptions.CertificateContext!.
SslContexts
!.GetOrAdd(serverCacheKey, handle);
364
sslAuthenticationOptions.CertificateContext.
SslContexts
== null)
System\Net\Security\SslStreamCertificateContext.Linux.cs (1)
242
lock (
SslContexts
)