6 references to GetCertHashString
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
728
certThumbprint ??= context.ClientCertificate.
GetCertHashString
(HashAlgorithmName.SHA256);
dotnet (2)
NugetPackageDownloader\FirstPartyNuGetPackageSigningVerifier.cs (2)
58
if (_firstPartyCertificateThumbprints.Contains(firstCert.
GetCertHashString
(HashAlgorithmName.SHA256)))
65
certificateChain[1].
GetCertHashString
(HashAlgorithmName.SHA256)))
Microsoft.AspNetCore.Authentication.Certificate (1)
CertificateValidationCache.cs (1)
66
=> certificate.
GetCertHashString
(HashAlgorithmName.SHA256);
Microsoft.DotNet.PackageInstall.Tests (1)
NuGetPackageInstallerTests.cs (1)
342
return certificateChain.First().
GetCertHashString
(HashAlgorithmName.SHA256);
trustedroots.Tests (1)
CtlFileTests.cs (1)
31
string fingerprint = certificate.
GetCertHashString
(HashAlgorithmName.SHA256);