Skip to content
DocsTry Aspire
DocsTry

CertificateAuthorityCollection Constructors

ClassConstructors1 member
Represents a collection of certificate authorities within the application model.
Initializes a new instance of the CertificateAuthorityCollection class with the specified name.
public class CertificateAuthorityCollection
{
public CertificateAuthorityCollection(
string name)
{
// ...
}
}
namestringThe name of the certificate authority collection resource.