X509CertStoreRemoveCert (FUN)¶
FUNCTION X509CertStoreRemoveCert : RTS_IEC_RESULT
Remove the certificate from the store.
- InOut:
Scope
Name
Type
Comment
Return
X509CertStoreRemoveCertRTS_IEC_RESULTInput
hCertStoreRTS_IEC_HANDLEHandle of to certificate store.
hBackendRTS_IEC_HANDLEHandle to the back-end where to store the generated certificate. RTS_INVALID_HANDLE should be used if no back- end is specified.
hCertRTS_IEC_HANDLEHandle of the certificate to remove.
xRemovePrivateKeyBOOLSelect 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.