Click or drag to resize

CATemplateRemove Method

Removes specified certificate template from CA server. This method do not remove certificate template itself.

Namespace:  PKI.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public bool Remove(
	CertificateTemplate template
)

Parameters

template
Type: PKI.CertificateTemplatesCertificateTemplate
The template to remove.

Return Value

Type: Boolean
True if the specified template was found and successfully removed, otherwise False.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe template parameter is null reference.
UninitializedObjectExceptionAn object in the template parameter is not initialized.
See Also