X509CertStoreGetFirstCert (FUN)

FUNCTION X509CertStoreGetFirstCert : RTS_IEC_HANDLE

Get the first certificate of the certificate store.

InOut:

Scope

Name

Type

Comment

Return

X509CertStoreGetFirstCert

RTS_IEC_HANDLE

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.

trustLevel

RtsCertTrustLevel

Category of certificates to iterate.

pResult

POINTER TO RTS_IEC_RESULT

Result of the operation.