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.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
public void RemoveRange(
	CertificateTemplate[] templates
)
Public Sub RemoveRange ( 
	templates As CertificateTemplate()
)
public:
void RemoveRange(
	array<CertificateTemplate^>^ templates
)
member RemoveRange : 
        templates : CertificateTemplate[] -> unit 
Parameters
- templates  CertificateTemplate
- One or more PKI.CertificateTemplates objects to remove.
 If the 
Templates property do not contains certificate template object, the template is silently skipped.