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)
65
hash.AddBytes(
_thumbPrint
);
83
byte[] thumbPrint =
_thumbPrint
;
84
byte[] otherThumbPrint = other.
_thumbPrint
;