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
)
Public Sub AddRange (
templates As CertificateTemplate()
)
public:
void AddRange(
array<CertificateTemplate^>^ templates
)
member AddRange :
templates : CertificateTemplate[] -> unit
Parameters
- templates
- Type: PKI.CertificateTemplatesCertificateTemplate
One or more CertificateTemplate objects to add.
Exceptions Remarks If
Templates property already contains certificate template object, the template is silently skipped.
See Also