CATemplateRemove Method

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

Definition

Namespace: PKI.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public bool Remove(
	CertificateTemplate template
)

Parameters

template  CertificateTemplate
The template to remove.

Return Value

Boolean
True if the specified template was found and successfully removed, otherwise False.

Exceptions

ArgumentNullExceptionThe template parameter is null reference.
UninitializedObjectExceptionAn object in the template parameter is not initialized.

See Also