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