CertificateAuthorityCollection Constructors
Class Constructors 1 member
Represents a collection of certificate authorities within the application model.
Constructor(string) Section titled Constructor(string) Initializes a new instance of the
CertificateAuthorityCollection class with the specified name. public class CertificateAuthorityCollection{ public CertificateAuthorityCollection( string name) { // ... }}Parameters
name string The name of the certificate authority collection resource.