Skip to content
Docs Try Aspire

CertificateAuthorityCollectionAnnotation Properties

Class Properties 3 members
An annotation that indicates a resource is referencing a certificate authority collection.
Gets the CertificateAuthorityCollection that is being referenced.
public List<CertificateAuthorityCollection> CertificateAuthorityCollections { get; }
Gets a value indicating whether the resource should attempt to override its default CA trust behavior in favor of the provided certificates (not all resources will support this).
public CertificateTrustScope? Scope { get; }
TrustDeveloperCertificates Section titled TrustDeveloperCertificates nullable bool?
Gets a value indicating whether platform developer certificates should be considered trusted.
public bool? TrustDeveloperCertificates { get; }