SS_SECRET_ID_T
Structure used to encode the Secret ID for SecretStore use.
typedef struct SS_SECRET_ID_T
{
long len;
char id[NSSS_MAX_SECRET_ID_LEN];
} SS_SECRET_ID_T;
This structure can be used for encoding of Secret ID on related APIs.