MFINPUTTRUSTAUTHORITY_ACCESS_ACTION structure (mfidl.h)
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
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 [desktop apps | UWP apps] |
Header | mfidl.h |