198 references to Thumbprint
aspire (24)
Certificates\CertificateGeneration\MacOSCertificateManager.cs (11)
18/// Normally, we avoid the use of <see cref="X509Certificate2.Thumbprint"/> because it's a SHA-1 hash and, therefore,
164Log.MacOSAddCertificateToUserProfileDirError(candidate.Thumbprint, ex.Message);
259certificate.Thumbprint.ToUpperInvariant(),
276throw new InvalidOperationException($@"There was an error removing the certificate with thumbprint '{certificate.Thumbprint}'.
311return hashes.Any(h => string.Equals(h, certificate.Thumbprint, StringComparison.Ordinal));
335Log.MacOSAddCertificateToUserProfileDirError(certificate.Thumbprint, ex.Message);
378Path.Combine(s_macOSUserHttpsCertificateLocation, $"aspnetcore-localhost-{certificate.Thumbprint}.pfx");
475EqualityComparer<string>.Default.Equals(x?.Thumbprint, y?.Thumbprint);
479EqualityComparer<string>.Default.GetHashCode(obj.Thumbprint);
522Log.MacOSRemoveCertificateFromUserProfileDirError(certificate.Thumbprint, ex.Message);
Aspire.Cli.Tests (15)
Aspire.Dashboard.Tests (7)
Aspire.Hosting (20)
Aspire.Hosting.Tests (6)
Binding.WS.TransportWithMessageCredentialSecurity.IntegrationTests (5)
Client.ChannelLayer.IntegrationTests (3)
dotnet-dev-certs (16)
src\aspnetcore\src\Shared\CertificateGeneration\MacOSCertificateManager.cs (11)
16/// Normally, we avoid the use of <see cref="X509Certificate2.Thumbprint"/> because it's a SHA-1 hash and, therefore,
146Log.MacOSAddCertificateToUserProfileDirError(candidate.Thumbprint, ex.Message);
244certificate.Thumbprint.ToUpperInvariant(),
262throw new InvalidOperationException($@"There was an error removing the certificate with thumbprint '{certificate.Thumbprint}'.
297return hashes.Any(h => string.Equals(h, certificate.Thumbprint, StringComparison.Ordinal));
323Log.MacOSAddCertificateToUserProfileDirError(certificate.Thumbprint, ex.Message);
367Path.Combine(MacOSUserHttpsCertificateLocation, $"aspnetcore-localhost-{certificate.Thumbprint}.pfx");
417EqualityComparer<string>.Default.Equals(x?.Thumbprint, y?.Thumbprint);
421EqualityComparer<string>.Default.GetHashCode(obj.Thumbprint);
464Log.MacOSRemoveCertificateFromUserProfileDirError(certificate.Thumbprint, ex.Message);
dotnet-svcutil-lib (6)
Infrastructure.Common (8)
Microsoft.AspNetCore.Authentication.Certificate (1)
Microsoft.AspNetCore.DataProtection (1)
Microsoft.AspNetCore.DeveloperCertificates.XPlat (14)
Microsoft.AspNetCore.Server.Kestrel.Core (21)
Microsoft.Build.Tasks.Core (2)
NuGet.Packaging (2)
RepoTasks (15)
Security.TransportSecurity.IntegrationTests (11)
System.DirectoryServices.AccountManagement (2)
System.Net.Http (2)
System.Net.Http.WinHttpHandler (4)
System.Security.Cryptography (1)
System.ServiceModel.Http (3)
System.ServiceModel.Primitives (3)
System.ServiceModel.Primitives.Tests (6)