SS_ADV_CRED_T and SS_ADV_CERT_T

This is the generic structure used by SS_ADV_BIND_INFO_T to provide generic storage for different authentication credentials. The same structure also can be used to encode a certificate required for authentication.

Syntax

    typedef	 struct 
    {
    unsigned long		   len; 
    void           *data]; 
    } SS_ADV_CRED_T;
    

Fields

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

Description

This structure provides a generic storage for passing credential in an advanced bind to eDirectory. Flags in the SS_ADV_BIND_INFO_T define the type of credential used.