X509CertStoreSearchGetNext2 (FUN)ΒΆ
FUNCTION X509CertStoreSearchGetNext2 : RTS_IEC_HANDLE
Search for the given certificate in the cert store with the additional option to filter for alternative names.
- InOut:
Scope
Name
Type
Comment
Return
X509CertStoreSearchGetNext2RTS_IEC_HANDLEHandle to the next certificate matching the filter criteria.
Input
hCertStoreRTS_IEC_HANDLEHandle of to certificate store.
hCertRTS_IEC_HANDLEHandle of the last found certificate.
pFiltersPOINTER TO RtsX509CertFilter2
Pointer to array of filters to be applied.
ui32NumOfFiltersUDINTNumber of applied filters.
pResultPOINTER TO RTS_IEC_RESULT