12 references to IsCertificateWithKeyPathReferenced
Aspire.Hosting (5)
Ats\ExecutionConfigurationExports.cs (1)
130IsCertificateWithKeyPathReferenced = additionalData.IsCertificateWithKeyPathReferenced,
Dcp\ContainerCreator.cs (2)
492needKeyPem: tlsCertificateConfiguration.IsKeyPathReferenced || tlsCertificateConfiguration.IsCertificateWithKeyPathReferenced, 516if (tlsCertificateConfiguration.IsCertificateWithKeyPathReferenced)
Dcp\ExecutableConfigurationResolver.cs (2)
120needKeyPem: tlsCertificateConfiguration.IsKeyPathReferenced || tlsCertificateConfiguration.IsCertificateWithKeyPathReferenced, 131if (tlsCertificateConfiguration.IsCertificateWithKeyPathReferenced)
Aspire.Hosting.Tests (7)
ExecutionConfigurationGathererTests.cs (2)
836Assert.False(metadata.IsCertificateWithKeyPathReferenced); 844Assert.True(metadata.IsCertificateWithKeyPathReferenced);
ProjectResourceBuilderExtensionTests.cs (5)
167Assert.False(metadata.IsCertificateWithKeyPathReferenced); 263Assert.False(metadata.IsCertificateWithKeyPathReferenced); 350Assert.False(metadata.IsCertificateWithKeyPathReferenced); 394Assert.False(metadata.IsCertificateWithKeyPathReferenced); 476Assert.False(metadata.IsCertificateWithKeyPathReferenced);