CertificateTemplateCollection Class

Represents a collection of AD CS Certificate Templates.

Definition

Namespace: SysadminsLV.PKI.CertificateTemplates
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
C#
public class CertificateTemplateCollection : BasicCollection<CertificateTemplate>
Inheritance
Object    BasicCollectionCertificateTemplate    CertificateTemplateCollection

Constructors

CertificateTemplateCollection Initializes a new instance of Certificate Template class.
CertificateTemplateCollection(IEnumerableCertificateTemplate) Initializes a new instance of Certificate Template class from existing collection.

Properties

Count
(Inherited from BasicCollectionT)
IsReadOnly
(Inherited from BasicCollectionT)
Item
(Inherited from BasicCollectionT)

Methods

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)

Fields

InternalList Gets internal list.
(Inherited from BasicCollectionT)

See Also