CATemplateRemove Method
Removes specified certificate template from CA server. This method do not remove certificate template itself.
Namespace: PKI.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public bool Remove(
CertificateTemplate template
)
Public Function Remove (
template As CertificateTemplate
) As Boolean
public:
bool Remove(
CertificateTemplate^ template
)
member Remove :
template : CertificateTemplate -> bool
- template CertificateTemplate
- The template to remove.
BooleanTrue if the specified template was found and successfully removed, otherwise
False.