SS_SECRET_T

Structure used to encode the Secret for SecretStore use.

Syntax

    typedef	 struct SS_SECRET_T
    {
    long    	len; 
    char   *data; 
    } SS_SECRET_T;
    

Fields

len
Specifies the length of the data in bytes.
data
Points to the actual data of data.

Description

This structure can be used for encoding or retrieval of secrets on related functions.