1 write to _thumbPrint
System.Net.Security (1)
System\Net\Security\SslSessionsCache.cs (1)
51_thumbPrint = thumbPrint ?? Array.Empty<byte>();
3 references to _thumbPrint
System.Net.Security (3)
System\Net\Security\SslSessionsCache.cs (3)
65hash.AddBytes(_thumbPrint); 83byte[] thumbPrint = _thumbPrint; 84byte[] otherThumbPrint = other._thumbPrint;