1 write to _CertThumbPrint
System (1)
net\System\Net\_SslSessionsCache.cs (1)
49
_CertThumbPrint
= thumbPrint == null? s_EmptyArray: thumbPrint;
12 references to _CertThumbPrint
System (12)
net\System\Net\_SslSessionsCache.cs (12)
53
_HashCode ^=
_CertThumbPrint
[0];
54
if (1 <
_CertThumbPrint
.Length)
55
_HashCode ^= (
_CertThumbPrint
[1] << 8);
56
if (2 <
_CertThumbPrint
.Length)
57
_HashCode ^= (
_CertThumbPrint
[2] << 16);
58
if (3 <
_CertThumbPrint
.Length)
59
_HashCode ^= (
_CertThumbPrint
[3] << 24);
100
if (
_CertThumbPrint
.Length != she.
_CertThumbPrint
.Length)
112
for (int i = 0; i <
_CertThumbPrint
.Length; ++i)
113
if (
_CertThumbPrint
[i] != she.
_CertThumbPrint
[i])