Skip to content
Docs Try Aspire

CertificateAuthorityCollection Constructors

Class Constructors 1 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)
{
// ...
}
}
name string The name of the certificate authority collection resource.