X509CertStoreAddCert (FUN)ΒΆ
FUNCTION X509CertStoreAddCert : RTS_IEC_RESULT
Add the given certificate to the Certificate store
- InOut:
Scope
Name
Type
Comment
Return
X509CertStoreAddCertRTS_IEC_RESULTHandle to the imported certificate.
Input
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 be imported.
trustLevelRtsCertTrustLevelThe category where to store the certificate. Note: RtsTrustLevel_Own ist not selectable.