SS_HINT_T

Structure used to encode the user’s Master Password hint.

Syntax

    typedef	 struct SS_HINT_T
    {
        unsigned long   	hintLen; 
        char		        hint[NSSS_MAX_MP_PWORD_HINT_LEN]; 
    } SS_HINT_T;
    

Fields

hintLen
Specifies the length of enhanced protection and password to set in bytes.
hint[NSSS_MAX_MP_PWORD_HINT_LEN]
Specifies the password characters string that should be passed in.

Description

This identifies the structure that can be used for encoding of the hint on related functions.