2 instantiations of SslCredKey
System (2)
net\System\Net\_SslSessionsCache.cs (2)
137
object key = new
SslCredKey
(thumbPrint, allowedProtocols, encryptionPolicy);
165
object key = new
SslCredKey
(thumbPrint, allowedProtocols, encryptionPolicy);
6 references to SslCredKey
System (6)
net\System\Net\_SslSessionsCache.cs (6)
72
public static bool operator == (
SslCredKey
sslCredKey1,
73
SslCredKey
sslCredKey2)
84
public static bool operator != (
SslCredKey
sslCredKey1,
85
SslCredKey
sslCredKey2)
98
SslCredKey
she = (
SslCredKey
)y;