SS_PWORD_T

Structure used to encode the user’s Password for SecretStore use.

Syntax

    typedef	 struct SS_PWORD_T
    {
        unsigned long   	pwordLen; 
        char		        pword[NSSS_MAX_EP_PWORD_LEN]; 
    } SS_PWORD_T;
    

Fields

pwordLen
Specifies the length of enhanced protection and password to set in bytes.
pword[NSSS_MAX_EP_PWORD_LEN]
Specifies the number of password characters should be passed in.

Description

This structure can be used for encoding of the password on related functions.