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