3 references to GetCertHashString
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
751
certThumbprint ??= context.ClientCertificate.
GetCertHashString
(HashAlgorithmName.SHA256);
dotnet (2)
NugetPackageDownloader\FirstPartyNuGetPackageSigningVerifier.cs (2)
110
if (_firstPartyCertificateThumbprints.Contains(firstCert.
GetCertHashString
(HashAlgorithmName.SHA256)))
117
certificateChain[1].
GetCertHashString
(HashAlgorithmName.SHA256)))