| Function silc_client_attributes_get
 
 SYNOPSIS
 
    const SilcHashTable
    silc_client_attributes_get(SilcClient client,
                               SilcClientConnection conn);
DESCRIPTION
    Returns pointer to the SilcHashTable which includes all the added
    Requested Attributes.  The caller must not free the hash table.
    The caller may use SilcHashTableList and silc_hash_table_list to
    traverse the table.  Each entry in the hash table is one added
    SilcAttributePayload.  It is possible to delete a attribute
    payload while traversing the table.
 
 
 
 |