CertificateAuthorityCollectionAnnotation
Class sealed net10.0
An annotation that indicates a resource is referencing a certificate authority collection.
namespace Aspire.Hosting.ApplicationModel;
public sealed class CertificateAuthorityCollectionAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation{ // ...}Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesCertificateAuthorityCollectionsget Gets the
CertificateAuthorityCollection that is being referenced. Scopeget 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).
TrustDeveloperCertificatesgetbool? Gets a value indicating whether platform developer certificates should be considered trusted.