Compartir a través de


estructura de CertStore_IssuerName

Encabezado: #include <applibs/certstore.h>

El nombre del emisor de un certificado.

typedef struct CertStore_IssuerName {
    char name[CERTSTORE_ISSUERNAME_MAX_LENGTH + 1];
} CertStore_IssuerName;

Miembros

nombre[CERTSTORE_ISSUERNAME_MAX_LENGTH + 1]

Una cadena terminada en NULL que contiene el nombre del emisor del certificado.