9 references to DeveloperCertificateService
Aspire.Hosting (5)
Dcp\ContainerCreator.cs (1)
805(var keyPem, var pfxBytes) = await DeveloperCertificateService.GetKeyMaterialAsync(
Dcp\DcpHost.cs (1)
239var (certificatePath, keyPath, cachedThumbprint) = await DeveloperCertificateService.GetCachedCertificateFilePathsAsync(
Dcp\ExecutableConfigurationResolver.cs (1)
115var (keyPem, pfxBytes) = await DeveloperCertificateService.GetKeyMaterialAsync(
DeveloperCertificateService.cs (1)
25public DeveloperCertificateService(ILogger<DeveloperCertificateService> logger, IConfiguration configuration, DistributedApplicationOptions options)
DistributedApplicationBuilder.cs (1)
449_innerBuilder.Services.AddSingleton<IDeveloperCertificateService, DeveloperCertificateService>();
Aspire.Hosting.Tests (4)
DeveloperCertificateServiceTests.cs (4)
16var (keyPem, pfxBytes) = await DeveloperCertificateService.GetKeyMaterialAsync( 33var (keyPem, pfxBytes) = await DeveloperCertificateService.GetKeyMaterialAsync( 50var (keyPem, pfxBytes) = await DeveloperCertificateService.GetKeyMaterialAsync( 69await DeveloperCertificateService.GetKeyMaterialAsync(