CertStore_Identifier Struct

Header: #include <applibs/certstore.h>

The ID of a certificate.

typedef struct CertStore_Identifier {
    char identifier[CERTSTORE_MAX_IDENTIFIER_LENGTH + 1];
} CertStore_Identifier;

Members

identifier

A NULL-terminated string that contains the ID of the certificate.