NSSSGetNextSHSEntry
Specifies sequential calls required to obtain the Shared Secret data returned to NSSSReadSharedSecret.
#include <nssscl.h>
SS_EXTERN_LIBCALL(int) NSSSGetNextSHSEntry
(
BOOL bRestart,
void *handle,
in *keyLen,
unsigned long *key,
int *valLen,
unsigned char *val,
unsigned long ssCtxFlags);
NSSS_NCP_CTX_F—Directory Service API context indicator flag
NSSS_LDAP_CTX_F—LDAP context indicator flag <reserved>
Sequential calls to this function contain the handle, the unsigned long context flag from the user-populated SSS_CONTEXT_T struct passed into NSSSReadSharedSecret, and pointers to user-allocated key/value buffer and length parameters which are populated upon return of the call.