AACS_SEND_CERTIFICATE structure (ntddcdvd.h)

The AACS_SEND_CERTIFICATE structure is a wrapper for both an Advanced Access Content System (AACS) certificate and an Authentication Grant Identifier (AGID).

Syntax

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

Members

SessionId

A value of type DVD_SESSION_ID that specifies an AGID.

Certificate

A structure of type AACS_CERTIFICATE that specifies the certificate to retrieve.

Remarks

Clients send an Advanced Access Content System (AACS) certificate with an IOCTL_AACS_SEND_CERTIFICATE request. Clients retrieve an AACS certificate with an IOCTL_AACS_GET_CERTIFICATE request.

Requirements

Requirement Value
Header ntddcdvd.h (include Ntddcdvd.h)

See also

AACS_CERTIFICATE

DVD_SESSION_ID

IOCTL_AACS_GET_CERTIFICATE