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