1 instantiation of SslContextCacheKey
System.Net.Security (1)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
205
var key = new
SslContextCacheKey
(
5 references to SslContextCacheKey
System.Net.Security (5)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (5)
46
private sealed class SafeSslContextCache : SafeHandleCache<
SslContextCacheKey
, SafeSslContextHandle> { }
50
internal readonly struct SslContextCacheKey : IEquatable<
SslContextCacheKey
>
85
public override bool Equals(object? obj) => obj is
SslContextCacheKey
key && Equals(key);
87
public bool Equals(
SslContextCacheKey
other) =>
205
var
key = new SslContextCacheKey(