CATemplateAddRange Method
Adds certificate templates to issue by a specified Certification Authority server. The method do not writes newly assigned
templates to Certification Authority.
Namespace: PKI.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public void AddRange(
CertificateTemplate[] templates
)
Public Sub AddRange (
templates As CertificateTemplate()
)
public:
void AddRange(
array<CertificateTemplate^>^ templates
)
member AddRange :
templates : CertificateTemplate[] -> unit
Parameters
- templates CertificateTemplate
- One or more CertificateTemplate objects to add.
If
Templates property already contains certificate template object, the template is silently skipped.