structure AACS_SEND_CERTIFICATE (ntddcdvd.h)

La structure AACS_SEND_CERTIFICATE est un wrapper pour un certificat AACS (Advanced Access Content System) et un identificateur d’octroi d’authentification (AGID).

Syntaxe

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

Membres

SessionId

Valeur de type DVD_SESSION_ID qui spécifie un AGID.

Certificate

Structure de type AACS_CERTIFICATE qui spécifie le certificat à récupérer.

Remarques

Les clients envoient un certificat AACS (Advanced Access Content System) avec une demande IOCTL_AACS_SEND_CERTIFICATE . Les clients récupèrent un certificat AACS avec une demande IOCTL_AACS_GET_CERTIFICATE .

Configuration requise

Condition requise Valeur
En-tête ntddcdvd.h (inclure Ntddcdvd.h)

Voir aussi

AACS_CERTIFICATE

DVD_SESSION_ID

IOCTL_AACS_GET_CERTIFICATE