1 write to PfxPathReference
Aspire.Hosting (1)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
59PfxPathReference = configurationContext.PfxPath,
5 references to PfxPathReference
Aspire.Hosting (3)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
74PfxPath = additionalData.PfxPathReference,
Ats\ExecutionConfigurationExports.cs (1)
127PfxPathExpression = additionalData.PfxPathReference.ValueExpression,
Dcp\ContainerCreator.cs (1)
778PfxPath = tlsCertificateConfiguration.PfxPathReference,
Aspire.Hosting.Tests (2)
ExecutionConfigurationGathererTests.cs (2)
695Assert.NotNull(metadata.PfxPathReference); 811_ = await metadata.PfxPathReference.GetValueAsync(CancellationToken.None);