AACS_SEND_CERTIFICATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddcdvd.h

typedef struct _AACS_SEND_CERTIFICATE {
  DVD_SESSION_ID   SessionId;
  AACS_CERTIFICATE Certificate;
} AACS_SEND_CERTIFICATE, *PAACS_SEND_CERTIFICATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddcdvd-_aacs_send_certificate)

_AACS_SEND_CERTIFICATE structure

Description

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

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.

See also

AACS_CERTIFICATE

DVD_SESSION_ID

IOCTL_AACS_GET_CERTIFICATE