CertStore_SubjectName struct
Intestazione: #include <applicazioni/certstore.h>
Nome del soggetto di un certificato.
typedef struct CertStore_SubjectName {
char name[CERTSTORE_SUBJECTNAME_MAX_LENGTH + 1];
} CertStore_SubjectName;
Membri
name[CERTSTORE_SUBJECTNAME_MAX_LENGTH + 1]
Stringa che termina con NULL che contiene il nome del soggetto del certificato.