CertificateTemplateFactory Class

Represents unified factory for CertificateTemplate class.

Definition

Namespace: SysadminsLV.PKI.CertificateTemplates
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
C#
public static class CertificateTemplateFactory
Inheritance
Object    CertificateTemplateFactory

Methods

CreateFromCertEnrollTemplate Creates an instance of CertificateTemplate from IX509CertificateTemplate COM interface.
CreateFromCommonNameDs Creates an instance of CertificateTemplate from template common name using Active Directory storage.
CreateFromCommonNameRegistry Creates an instance of CertificateTemplate from template common name using local registry cache.
CreateFromDisplayNameDs Creates an instance of CertificateTemplate from template display name using Active Directory storage.
CreateFromOidDs Creates an instance of CertificateTemplate from template OID value using Active Directory storage.
CreateFromTemplateInfo Creates an instance of CertificateTemplate from IAdcsCertificateTemplate interface implementation.
GetTemplatesFromDs Creates a collection of all certificate templates registered in Active Directory.
GetTemplatesFromRegistry Creates a collection of all certificate templates registered in local registry cache.

See Also