CertificateTemplateEnumTemplates Method |
Enumerates certificate templates registered in Active Directory.
Namespace:
PKI.CertificateTemplates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public static CertificateTemplate[] EnumTemplates()
Public Shared Function EnumTemplates As CertificateTemplate()
public:
static array<CertificateTemplate^>^ EnumTemplates()
static member EnumTemplates : unit -> CertificateTemplate[]
Return Value
Type:
CertificateTemplateAn array of certificate templates.
See Also