Click or drag to resize

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.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public void AddRange(
	CertificateTemplate[] templates
)

Parameters

templates
Type: PKI.CertificateTemplatesCertificateTemplate
One or more CertificateTemplate objects to add.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe templates parameter is a null reference.
NotSupportedExceptionOne or more certificate templates are not supported by this CA version.
Remarks
If Templates property already contains certificate template object, the template is silently skipped.
See Also