SS_SH_SECRET_ID_T

Defines the structure for encoding a Shared Secret ID.

Syntax

    typedef	 struct struct _ss_sh_secret_id
    {
    int	 type; 
    char   pName[NSSS_MAX_SECRET_ID_LEN]; 
    int	 length;
    
    } SS_SH_SECRET_ID_T;
    

Fields

type
Specifies the type of secret to be shared (that is, SS_App or SS_CredSet).
pName[NSSS_MAX_SECRET_ID_LEN]
Specifies the name of the shared secret.
length
Specifies the length in characters of the shared secret's name, including the NULL terminator. This is the same value as used by the identifier.

Description

This structure is used by the SharedSecret functions for encoding the a Shared Secret ID.