MFINPUTTRUSTAUTHORITY_ACCESS_ACTION Structure

Describes an action requested by an output trust authority (OTA). The request is sent to an input trust authority (ITA).

Syntax

typedef struct _MFINPUTTRUSTAUTHORITY_ACTION {
    MFPOLICYMANAGER_ACTION Action;
    BYTE *pbTicket;
    DWORD cbTicket;
} MFINPUTTRUSTAUTHORITY_ACCESS_ACTION;  

Members

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.

Requirements

Header: Declared in mfidl.h.