IDeveloperCertificateService
Interface net10.0
Service that provides information about developer certificate trust capabilities.
namespace Aspire.Hosting;
public interface IDeveloperCertificateService{ // ...}Properties4
Section titled PropertiesCertificatesabstractgetImmutableList<X509Certificate2> List of the valid development certificates that can be trusted.
SupportsContainerTrustabstractgetbool Indicates whether the available developer certificates support container trust scenarios. If true, the developer certificate(s) SAN configuration supports common container domains for accessing host services such as "host.docker.internal" and "host.containers.internal".
TrustCertificateabstractgetbool Indicates whether the default behavior is to attempt to trust the developer certificate(s) at runtime.
UseForHttpsabstractgetbool Indicates whether the default behavior is to attempt to use a developer certificate for server authentication (i.e. HTTPS/TLS termination).