1 write to CertificateWithKeyPathReference
Aspire.Hosting (1)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
60
CertificateWithKeyPathReference
= configurationContext.CertificateWithKeyPath,
4 references to CertificateWithKeyPathReference
Aspire.Hosting (2)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
75
CertificateWithKeyPath = additionalData.
CertificateWithKeyPathReference
,
Dcp\ContainerCreator.cs (1)
777
CertificateWithKeyPath = tlsCertificateConfiguration.
CertificateWithKeyPathReference
,
Aspire.Hosting.Tests (2)
ExecutionConfigurationGathererTests.cs (2)
694
Assert.NotNull(metadata.
CertificateWithKeyPathReference
);
808
_ = await metadata.
CertificateWithKeyPathReference
.GetValueAsync(CancellationToken.None);