Describes an action requested by an output trust authority (OTA). The request is sent to an input trust authority (ITA).
typedef struct _MFINPUTTRUSTAUTHORITY_ACTION {
MFPOLICYMANAGER_ACTION Action;
BYTE *pbTicket;
DWORD cbTicket;
} MFINPUTTRUSTAUTHORITY_ACCESS_ACTION;
Action
Specifies the action as a member of the MFPOLICYMANAGER_ACTION enumeration.
pbTicket
Pointer to a buffer that contains a ticket object, provided by the OTA.
cbTicket
Size of the ticket object, in bytes.
Header: Declared in mfidl.h.