Condividi tramite


struttura AACS_SEND_CERTIFICATE (ntddcvertita.h)

La struttura AACS_SEND_CERTIFICATE è un wrapper per un certificato AACS (Advanced Access Content System) e un IDENTIFICATORe di concessione di autenticazione (AGID).

Sintassi

typedef struct _AACS_SEND_CERTIFICATE {
  DVD_SESSION_ID   SessionId;
  AACS_CERTIFICATE Certificate;
} AACS_SEND_CERTIFICATE, *PAACS_SEND_CERTIFICATE;

Membri

SessionId

Valore di tipo DVD_SESSION_ID che specifica un AGID.

Certificate

Struttura di tipo AACS_CERTIFICATE che specifica il certificato da recuperare.

Osservazioni

I client inviano un certificato AACS (Advanced Access Content System) con una richiesta di IOCTL_AACS_SEND_CERTIFICATE. I client recuperano un certificato AACS con una richiesta di IOCTL_AACS_GET_CERTIFICATE.

Fabbisogno

Requisito Valore
intestazione ntddcvertita.h (include Ntddcvertita.h)

Vedere anche

AACS_CERTIFICATE

DVD_SESSION_ID

IOCTL_AACS_GET_CERTIFICATE