IKEEXT_CERTIFICATE_CREDENTIAL1 struttura (iketypes.h)
Il IKEEXT_CERTIFICATE_CREDENTIAL0 è disponibile.
Sintassi
typedef struct IKEEXT_CERTIFICATE_CREDENTIAL1_ {
FWP_BYTE_BLOB subjectName;
FWP_BYTE_BLOB certHash;
UINT32 flags;
FWP_BYTE_BLOB certificate;
} IKEEXT_CERTIFICATE_CREDENTIAL1;
Members
subjectName
Nome soggetto codificato del certificato usato per l'autenticazione. Usare CertNameToStr per convertire il nome codificato in stringa.
Per altre informazioni, vedere FWP_BYTE_BLOB .
certHash
Identificazione personale SHA del certificato.
Per altre informazioni, vedere FWP_BYTE_BLOB .
flags
Valori possibili:
IKEEXT_CERT_CREDENTIAL_FLAG_NAP_CERT
certificate
Certificato codificato. Usare CertCreateCertificateContext per creare un contesto di certificato dal certificato codificato.
Per altre informazioni, vedere FWP_BYTE_BLOB .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 7 [solo app desktop] |
Server minimo supportato | Windows Server 2008 R2 [solo app desktop] |
Intestazione | iketypes.h |