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