X509CertStoreGetNextCert (FUN)

FUNCTION X509CertStoreGetNextCert : RTS_IEC_HANDLE

Get the next certificate of the certificate store. If all certificates are read the function will return RTS_INVALID_HANDLE.

InOut:

Scope

Name

Type

Comment

Return

X509CertStoreGetNextCert

RTS_IEC_HANDLE

Handle to the next certificate of the given category.

Input

hCertStore

RTS_IEC_HANDLE

Handle of to certificate store.

hBackend

RTS_IEC_HANDLE

Pointer to a handle of the back-end where to iterate. RTS_INVALID_HANDLE if all back-ends should be iterated. A valid handle if only a specific back-end should be iterated.

hCert

RTS_IEC_HANDLE

Handle to the last certificate got by X509CertStoreGetFirst or X509CertStoreGetNext

pResult

POINTER TO RTS_IEC_RESULT

Result of the operation.