CTL_ANY_SUBJECT_INFO struttura (wincrypt.h)
La struttura CTL_ANY_SUBJECT_INFO contiene un oggetto OggettoAlgorithm da corrispondere nell'elenco di attendibilità dei certificati (CTL) e subjectIdentifier da corrispondere a una delle voci CTL nelle chiamate a CertFindSubjectInCTL.
Sintassi
typedef struct _CTL_ANY_SUBJECT_INFO {
CRYPT_ALGORITHM_IDENTIFIER SubjectAlgorithm;
CRYPT_DATA_BLOB SubjectIdentifier;
} CTL_ANY_SUBJECT_INFO, *PCTL_ANY_SUBJECT_INFO;
Members
SubjectAlgorithm
CRYPT_ALGORITHM_IDENTIFIER struttura contenente l'identificatore dell'oggetto (OID) di un tipo di algoritmo e qualsiasi parametro aggiuntivo associato. È possibile impostare pszObjId su NULL per escludere un confronto subjectAlgorithm .
SubjectIdentifier
BLOB contenente un identificatore univoco del soggetto.
Requisiti
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | wincrypt.h |