2 references to GetCertHashString
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
663
certThumbprint ??= context.ClientCertificate.
GetCertHashString
(HashAlgorithmName.SHA256);
Microsoft.AspNetCore.Authentication.Certificate (1)
CertificateValidationCache.cs (1)
66
=> certificate.
GetCertHashString
(HashAlgorithmName.SHA256);