SS_OBJECT_DN_T

Used by SecretStore functions to provide storage for the object DN.

Syntax

    typedef	 struct 
    {
    unsigned long		      len; 
    char		       addr[NSSS_MAX_ADDR_LEN]; 
    } SS_ADDR_T;
    

Fields

len
(IN) Specifies the length of the DN in bytes.
addr
(IN) The actual buffer to hold the DN.

Description

This structure provides a storage for passing the target object DN on the functions.