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
)
Public Function Remove (
template As CertificateTemplate
) As Boolean
public:
bool Remove(
CertificateTemplate^ template
)
member Remove :
template : CertificateTemplate -> bool
Parameters
- template
- Type: PKI.CertificateTemplatesCertificateTemplate
The template to remove.
Return Value
Type:
BooleanTrue if the specified template was found and successfully removed, otherwise
False.
Exceptions See Also