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