CertificateAuthorityCollection
Classnet10.0
Represents a collection of certificate authorities within the application model.
namespace Aspire.Hosting.ApplicationModel;
public class CertificateAuthorityCollection : Aspire.Hosting.ApplicationModel.Resource{ // ...}Remarks
Section titled Remarks This class implements
IResourceWithoutLifetime and provides access to the name and annotations associated with the certificate authority collection. Constructors1
Section titled Constructors Initializes a new instance of the
CertificateAuthorityCollection class with the specified name. Properties1
Section titled PropertiesCertificatesgetX509Certificate2Collection Gets the
X509Certificates.X509Certificate2Collection of certificates for this resource.