DsCertEnrollServerCertificateTemplates Property |
Gets an array of certificate templates supported by the Certification Authority. Each certificate template is referenced by
its common name.
Namespace:
SysadminsLV.PKI.Management.ActiveDirectory
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public string[] CertificateTemplates { get; }
Public ReadOnly Property CertificateTemplates As String()
Get
public:
property array<String^>^ CertificateTemplates {
array<String^>^ get ();
}
member CertificateTemplates : string[] with get
Property Value
Type:
StringSee Also