20 references to GetHashCode
System.Net.Security (20)
src\runtime\src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (1)
106public static string IdOf(object? value) => value != null ? value.GetType().Name + "#" + GetHashCode(value) : NullInstance;
System\Net\Security\NetEventSource.Security.cs (19)
74LocatingPrivateKey(x509Certificate.ToString(fVerbose: true), GetHashCode(instance)); 82CertIsType2(GetHashCode(instance)); 90FoundCertInStore(serverMode ? "LocalMachine" : "CurrentUser", GetHashCode(instance)); 98NotFoundCertInStore(GetHashCode(instance)); 114CertificateFromDelegate(GetHashCode(SslStream)); 122NoDelegateNoClientCert(GetHashCode(SslStream)); 130NoDelegateButClientCert(GetHashCode(SslStream)); 138AttemptingRestartUsingCert(clientCertificate?.ToString(fVerbose: true), GetHashCode(SslStream)); 146NoIssuersTryAllCerts(GetHashCode(SslStream)); 154LookForMatchingCerts(issuersCount, GetHashCode(SslStream)); 162SelectedCert(clientCertificate?.ToString(fVerbose: true), GetHashCode(SslStream)); 170CertsAfterFiltering(filteredCertsCount, GetHashCode(SslStream)); 178FindingMatchingCerts(GetHashCode(SslStream)); 186UsingCachedCredential(GetHashCode(SslStream)); 212RemoteCertificateError(GetHashCode(sender), message); 220RemoteCertDeclaredValid(GetHashCode(sender)); 228RemoteCertHasNoErrors(GetHashCode(sender)); 236RemoteCertUserDeclaredInvalid(GetHashCode(sender)); 272CertificateFromCertContext(GetHashCode(sslStream));