NSSSRemoveSHSEntry
Removes a key or a value in a key-value pair stored in a Shared Secret.
#include <nssscl.h>
SS_EXTERN_LIBCALL(int) NSSSRemoveSHSEntry
(
void *handle,
unsigned char *key,
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>
This function contains the handle, pointers to user-allocated key and value buffers, and the unsigned long context flag member of the SSS_CONTEXT_T struct populated from calling NSSSGetServiceInformation.