Share via


CertificateAuthorityCollectionAnnotation Class

Definition

An annotation that indicates a resource is referencing a certificate authority collection.

public sealed class CertificateAuthorityCollectionAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation
type CertificateAuthorityCollectionAnnotation = class
    interface IResourceAnnotation
Public NotInheritable Class CertificateAuthorityCollectionAnnotation
Implements IResourceAnnotation
Inheritance
CertificateAuthorityCollectionAnnotation
Implements

Constructors

CertificateAuthorityCollectionAnnotation()

Properties

CertificateAuthorityCollections

Gets the CertificateAuthorityCollection that is being referenced.

Scope

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

TrustDeveloperCertificates

Gets a value indicating whether platform developer certificates should be considered trusted.

Applies to