krb5_cccol_cursor_next - Get the next credential cache in the collection.¶
- 
krb5_error_code krb5_cccol_cursor_next(krb5_context context, krb5_cccol_cursor cursor, krb5_ccache * ccache)¶
| param: | [in] context - Library context [in] cursor - Cursor [out] ccache - Credential cache handle | 
|---|
| retval: | 
 | 
|---|
Use krb5_cc_close() to close ccache when it is no longer needed.
See also
Note
When all caches are iterated over and the end of the list is reached, ccache is set to NULL.