1 write to PfxPathReference
Aspire.Hosting (1)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
58PfxPathReference = configurationContext.PfxPath,
4 references to PfxPathReference
Aspire.Hosting (2)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
72PfxPath = additionalData.PfxPathReference,
Dcp\DcpExecutor.cs (1)
2019PfxPath = tlsCertificateConfiguration.PfxPathReference,
Aspire.Hosting.Tests (2)
ResourceExecutionConfigurationGathererTests.cs (2)
392Assert.NotNull(metadata.PfxPathReference); 505_ = await metadata.PfxPathReference.GetValueAsync(CancellationToken.None);