NSSSCreateSHSHandle

Returns a void pointer that handles the passing of shared secret data to subsequent calls.

Syntax

    #include <nssscl.h> 
     
    SS_EXTERN_LIBCALL_PTR(void) NSSSCreateSHSHandle (void);
    

Return Values

Returns a void pointer that functions as a handle.

Remarks

This function is called for each thread in a user-defined application that shares secrets.

See Also