共用方式為


CertStore_Identifier結構

頁首: #include < applibs/certstore。h>

憑證的識別碼。

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

成員

識別碼

包含憑證識別碼的 Null 終止字串。