4 references to GetCertHashString
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
819certThumbprint ??= context.ClientCertificate.GetCertHashString(HashAlgorithmName.SHA256);
dotnet-aot (2)
parent\dotnet\NugetPackageDownloader\FirstPartyNuGetPackageSigningVerifier.cs (2)
110if (_firstPartyCertificateThumbprints.Contains(firstCert.GetCertHashString(HashAlgorithmName.SHA256))) 117certificateChain[1].GetCertHashString(HashAlgorithmName.SHA256)))
Microsoft.AspNetCore.Authentication.Certificate (1)
CertificateValidationCache.cs (1)
86return $"{schemeName}:{certificate.GetCertHashString(HashAlgorithmName.SHA256)}";