CATemplate.Remove 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.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
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.