Condividi tramite


Struttura DDICERTIFICATEINFO (d3dumddi.h)

La struttura DDICERTIFICATEINFO descrive le informazioni sul certificato usato dal driver.

Sintassi

typedef struct _DDICERTIFICATEINFO {
  [in] D3DDDI_CERTIFICATETYPE      CertificateType;
  [in] DDIAUTHENTICATEDCHANNELTYPE ChannelType;
  [in] GUID                        CryptoSessionType;
} DDICERTIFICATEINFO;

Members

[in] CertificateType

Valore D3DDDI_CERTIFICATETYPE tipizzato che indica il tipo di certificato.

[in] ChannelType

Valore tipizzato DDIAUTHENTICATEDCHANNELTYPE che indica il tipo di canale autenticato.

[in] CryptoSessionType

GUID che indica la sessione di crittografia.

Commenti

Il runtime specifica un puntatore a una struttura DDICERTIFICATEINFO nel membro pInfo della struttura D3DDDIARG_GETCAPS insieme al valore D3DDDICAPS_GETCERTIFICATE nel membro Type di D3DDDIARG_GETCAPS-in una chiamata alla funzione GetCaps del driver visualizzato in modalità utente per recuperare il certificato. Il runtime fornisce anche un buffer nel membro pData di D3DDDIARG_GETCAPS per contenere il certificato. Il runtime riceve informazioni sulle dimensioni del buffer quando il runtime chiama GetCaps del driver con il valore D3DDDICAPS_GETCERTIFICATESIZE impostato nel membro Type di D3DDDIARG_GETCAPS. Il driver restituisce un puntatore al certificato nel buffer fornito.

Requisiti

Requisito Valore
Client minimo supportato DDICERTIFICATEINFO è supportato a partire dal sistema operativo Windows 7.
Intestazione d3dumddi.h (include D3dumddi.h)

Vedi anche

D3DDDIARG_GETCAPS

D3DDDI_CERTIFICATETYPE

DDIAUTHENTICATEDCHANNELTYPE

GetCaps