public class CertificateTemplateCollection : BasicCollection<CertificateTemplate>Public Class CertificateTemplateCollection
Inherits BasicCollection(Of CertificateTemplate)public ref class CertificateTemplateCollection : public BasicCollection<CertificateTemplate^>type CertificateTemplateCollection =
class
inherit BasicCollection<CertificateTemplate>
end| CertificateTemplateCollection | Initializes a new instance of Certificate Template class. |
| CertificateTemplateCollection(IEnumerableCertificateTemplate) | Initializes a new instance of Certificate Template class from existing collection. |
| Count | (Inherited from BasicCollectionT) |
| IsReadOnly | (Inherited from BasicCollectionT) |
| Item | (Inherited from BasicCollectionT) |
| Add | (Inherited from BasicCollectionT) |
| AddRange | (Inherited from BasicCollectionT) |
| Clear | (Inherited from BasicCollectionT) |
| Contains | (Inherited from BasicCollectionT) |
| CopyTo | (Inherited from BasicCollectionT) |
| Equals | (Inherited from Object) |
| Export(CertificateTemplateExportFormat) | Exports current collection into a specified serialized format. |
| Export(ICertificateTemplateFormatter) | Exports current collection using specified formatter that implements ICertificateTemplateFormatter interface. |
| Finalize | (Inherited from Object) |
| GetEnumerator | (Inherited from BasicCollectionT) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| Import(String, CertificateTemplateExportFormat) | Imports serialized certificate templates using specified serializer format into current list. If successful, imported templates will overwrite all templates in current collection. |
| Import(String, ICertificateTemplateFormatter) | Imports serialized certificate templates using specified formatter into current list. If successful, imported templates will overwrite all templates in current collection. |
| IndexOf | (Inherited from BasicCollectionT) |
| Insert | (Inherited from BasicCollectionT) |
| MemberwiseClone | (Inherited from Object) |
| Remove | (Inherited from BasicCollectionT) |
| RemoveAt | (Inherited from BasicCollectionT) |
| ToString | (Inherited from Object) |
| InternalList |
Gets internal list.
(Inherited from BasicCollectionT) |