6 references to GetCertHashString
dotnet-svcutil-lib (3)
CmdCredentialsProvider.cs (3)
153var certhash = cert.GetCertHashString(); 172_validatedClientCerts[selectedCert.GetCertHashString()] = selectedCert; 223var certhash = cert.GetCertHashString();
NuGet.Commands (1)
ClientCertificatesCommand\ListClientCertRunner.cs (1)
87builder.AppendFormat(CultureInfo.CurrentCulture, Strings.ClientCertificatesItemCertificateMessage, defaultIndentation, certificate.GetCertHashString());
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
374return GetCertHashString();
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
301if (store.Certificates.Find(X509FindType.FindByThumbprint, certificate.GetCertHashString(), true).Count == 0)