1 type derived from SafeHandleCache
System.Net.Security (1)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
46
private sealed class SafeSslContextCache :
SafeHandleCache
<SslContextCacheKey, SafeSslContextHandle> { }