1 write to _thumbPrint
System.Net.Security (1)
System\Net\Security\SslSessionsCache.cs (1)
47
_thumbPrint
= thumbPrint ?? Array.Empty<byte>();
7 references to _thumbPrint
System.Net.Security (7)
System\Net\Security\SslSessionsCache.cs (7)
59
if (
_thumbPrint
.Length > 3)
61
hashCode ^=
_thumbPrint
[0] | (
_thumbPrint
[1] << 8) | (
_thumbPrint
[2] << 16) | (
_thumbPrint
[3] << 24);
78
byte[] thumbPrint =
_thumbPrint
;
79
byte[] otherThumbPrint = other.
_thumbPrint
;