8 references to IsCertificateWithKeyPathReferenced
Aspire.Hosting (5)
Ats\ExecutionConfigurationExports.cs (1)
130IsCertificateWithKeyPathReferenced = additionalData.IsCertificateWithKeyPathReferenced,
Dcp\ContainerCreator.cs (2)
808needKeyPem: tlsCertificateConfiguration.IsKeyPathReferenced || tlsCertificateConfiguration.IsCertificateWithKeyPathReferenced, 832if (tlsCertificateConfiguration.IsCertificateWithKeyPathReferenced)
Dcp\ExecutableConfigurationResolver.cs (2)
118needKeyPem: tlsCertificateConfiguration.IsKeyPathReferenced || tlsCertificateConfiguration.IsCertificateWithKeyPathReferenced, 129if (tlsCertificateConfiguration.IsCertificateWithKeyPathReferenced)
Aspire.Hosting.Tests (3)
ExecutionConfigurationGathererTests.cs (2)
801Assert.False(metadata.IsCertificateWithKeyPathReferenced); 809Assert.True(metadata.IsCertificateWithKeyPathReferenced);
ProjectResourceBuilderExtensionTests.cs (1)
167Assert.False(metadata.IsCertificateWithKeyPathReferenced);