CertificateAuthorityCollection Constructors
ClassConstructors1 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
namestringThe name of the certificate authority collection resource.