#include <stdint.h>
#include <stddef.h>
#include "sign-on-basic-client.h"
Go to the source code of this file.
◆ sign_on_basic_client_t
◆ sign_on_basic_set_sec_intf()
Function to set the security interface of a Sign-on Basic client.
Security implementations of generic security operations in the Sign-on Basic client will depend on the variant.
- Parameters
-
[in] | variant | Variant type that security implementation will be based on. |
[in] | sign_on_basic_client | Reference to sign_on_basic_client_t to set the security interfaces of. |
- Returns
- Returns NDN_SUCCESS upon success.