Struct CertStore_SubjectNameCertStore_SubjectName struct
Intestazione: #include <applibs/certstore.h>Header: #include <applibs/certstore.h>
Il nome del soggetto di un certificato.The subject name of a certificate.
typedef struct CertStore_SubjectName {
char name[CERTSTORE_SUBJECTNAME_MAX_LENGTH + 1];
} CertStore_SubjectName;
MembersMembers
name[CERTSTORE_SUBJECTNAME_MAX_LENGTH + 1]name[CERTSTORE_SUBJECTNAME_MAX_LENGTH + 1]
Una stringa con terminazione NULL che contiene il nome del soggetto del certificato.A NULL-terminated string that contains the subject name of the certificate.