The place in the event where the sender ID will be located.

Namespace:  Intel.Manageability.Events
Assembly:  HLAPI (in HLAPI.dll)

Syntax

C#
public enum SenderIDPlacing
Visual Basic (Declaration)
Public Enumeration SenderIDPlacing

Members

Member nameDescription
HTTPHeader
The sender will be added to the HTTPHeader
ReferenceParameter
The sender will be added to the RefernceParamter, this option support on Intel(R) AMT >5.1, in case of Intel(R) AMT earlier than 5.1, the senderID will be added by default to the HTTPHeader

See Also