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