CertStore_IssuerName struttura

Intestazione: #include <applicazioni/certstore.h>

Il nome dell'autorità emittente di un certificato.

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

Membri

name[CERTSTORE_ISSUERNAME_MAX_LENGTH + 1]

Stringa che termina con NULL che contiene il nome dell'emittente del certificato.