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