X509CertStoreRemoveCert (FUN)¶
FUNCTION X509CertStoreRemoveCert : RTS_IEC_RESULT
Remove the certificate from the store.
- InOut:
- Scope - Name - Type - Comment - Return - X509CertStoreRemoveCert- RTS_IEC_RESULT- Input - hCertStore- RTS_IEC_HANDLE- Handle of to certificate store. - hBackend- RTS_IEC_HANDLE- Handle to the back-end where to store the generated certificate. RTS_INVALID_HANDLE should be used if no back- end is specified. - hCert- RTS_IEC_HANDLE- Handle of the certificate to remove. - xRemovePrivateKey- BOOL- Select if the private key of the certificate should be deleted too. If the certificate is renewed the same private key the key shouldn’t be deleted. 
