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