SS_SECRET_T
Structure used to encode the Secret for SecretStore use.
typedef struct SS_SECRET_T
{
long len;
char *data;
} SS_SECRET_T;
This structure can be used for encoding or retrieval of secrets on related functions.