Base:
5 references to GetHashCode
System.Net.Http (4)
src\libraries\Common\src\System\Net\Security\CertificateHelper.cs (4)
42
NetEventSource.Info(candidateCerts, $"Skipping current X509Certificate2 {cert.
GetHashCode
()} since it doesn't have private key. Certificate Subject: {cert.Subject}, Thumbprint: {cert.Thumbprint}.");
51
NetEventSource.Info(candidateCerts, $"Choosing X509Certificate2 {cert.
GetHashCode
()} as the Client Certificate. Certificate Subject: {cert.Subject}, Thumbprint: {cert.Thumbprint}.");
72
NetEventSource.Info(cert, $"For Certificate {cert.
GetHashCode
()} - current X509EnhancedKeyUsageExtension {eku.GetHashCode()} is not valid for Client Authentication.");
80
NetEventSource.Info(cert, $"For Certificate {cert.
GetHashCode
()} - current X509KeyUsageExtension {ku.GetHashCode()} is not valid for Digital Signature.");
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509CertificateCollection.cs (1)
84
hashCode += cert.
GetHashCode
();