다음을 통해 공유


CertStore_Identifier 구조체

헤더: #include <applibs/certstore.h>

인증서의 ID입니다.

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

멤버

식별자

인증서의 ID를 포함하는 NULL로 종료된 문자열입니다.