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.0.1.0 (4.0.1.0)
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.