Share via


IDeveloperCertificateService Interface

Definition

Service that provides information about developer certificate trust capabilities.

public interface IDeveloperCertificateService
type IDeveloperCertificateService = interface
Public Interface IDeveloperCertificateService

Properties

Certificates

List of the valid development certificates that can be trusted.

SupportsContainerTrust

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".

TrustCertificate

Indicates whether the default behavior is to attempt to trust the developer certificate(s) at runtime.

Applies to