tfUsePki

Jump to: navigation, search

Table of Contents >> Optional Protocols >> Cryptography


#include <trsecapi.h>


int tfUsePki (void);


Function Description

This function must be called before you try to add/delete certificate. The user must define TM_USE_PKI to use this function.


Returns

  • TM_ENOERROR
    Success.
  • TM_ENOBUFS
    Insufficient memory to complete the operation.
  • TM_EALREADY
    This function has already been called.


Table of Contents >> Optional Protocols >> Cryptography