CertificateCollection Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the CertificateCollection class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CertificateCollection(CollationInfo) | Initializes a new instance of the CertificateCollection class that uses the specified CollationInfo object and the default initial capacity. | |
CertificateCollection(Int32, CollationInfo) | Initializes a new instance of the CertificateCollection class that has the specified capacity and CollationInfo object. |
Top