Click or drag to resize

CATemplateRemoveRange Method

Removes certificate templates from issuance by a specified Certification Authority server. The method do not writes updated template list 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 RemoveRange(
	CertificateTemplate[] templates
)

Parameters

templates
Type: PKI.CertificateTemplatesCertificateTemplate
One or more PKI.CertificateTemplates objects to remove.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe template parameter is null reference.
UninitializedObjectExceptionAn object in the template parameter is not initialized.
Remarks
If the Templates property do not contains certificate template object, the template is silently skipped.
See Also