HP Open Source Security for OpenVMS Volume 3: Kerberos > Chapter 6 KRB5 (Kerberos V5) Application Programming Interface

krb5_cc_start_seq_get — Start sequential read of cached credentials

 » Table of Contents

 » Glossary

 » Index

C Prototype

krb5_error_code krb5_cc_start_seq_get(
krb5_context context,
krb5_ccache id,
krb5_cc_curso *cursor );

Arguments

context (input/output) 

The context structure.

id (input)  

A credentials cache identifier.

cursor (output) 

A cursor to be used in calls to krb5_cc_next_cred.

Description

This routine prepares to sequentially read every set of cached credentials.

Return Values

This routine returns the following KRB5 status code:

Successful completion.