<div class="content"><p> </p><p>This enumeration represents flags that are used to identify
trust tuples.<a id="Appendix_A_Target_24"></a><a aria-label="Product behavior note 24" href="1da2ee70-a6ae-4f76-b08f-fdc25c77d8a0#Appendix_A_24" data-linktype="relative-path">&lt;24&gt;</a> The traffic corresponding to
these keywords changes dynamically and is tracked by the TrustTuples object
(section <span><a href="43507d53-8955-416d-b913-dfb27dc76b17" data-linktype="relative-path">3.1.1</a></span>). All the
flags supported by a given schema version can be combined.</p><dl>
<dd>
<div><pre> typedef  enum _tag_FW_TRUST_TUPLE_KEYWORD
 {
   FW_TRUST_TUPLE_KEYWORD_NONE = 0x0000,
   FW_TRUST_TUPLE_KEYWORD_PROXIMITY = 0x0001,
   FW_TRUST_TUPLE_KEYWORD_PROXIMITY_SHARING = 0x0002,
   FW_TRUST_TUPLE_KEYWORD_WFD_PRINT = 0x0004,
   FW_TRUST_TUPLE_KEYWORD_WFD_DISPLAY = 0x0008,
   FW_TRUST_TUPLE_KEYWORD_WFD_DEVICES = 0x0010,
   FW_TRUST_TUPLE_KEYWORD_WFD_KM_DRIVER = 0x0020,
   FW_TRUST_TUPLE_KEYWORD_UPNP = 0x0040,
   FW_TRUST_TUPLE_KEYWORD_WFD_CDP = 0x0080,
   FW_TRUST_TUPLE_KEYWORD_MAX = 0x0100,  
   FW_TRUST_TUPLE_KEYWORD_MAX_V2_20 = 0x0004,
   FW_TRUST_TUPLE_KEYWORD_MAX_V2_26 = 0x0020,
   FW_TRUST_TUPLE_KEYWORD_MAX_V2_27 = 0x0080,
 } FW_TRUST_TUPLE_KEYWORD; 
</pre></div>
</dd></dl><p><b>FW_TRUST_TUPLE_KEYWORD_NONE:  </b>This value means
that none of the following flags are set. It is defined for simplicity in
writing <span><a href="d891304d-92d8-4f9f-9e60-a1f02b28ae30#gt_73177eec-4092-420f-92c5-60b2478df824" data-linktype="relative-path">IDL</a></span> definitions and
code.</p><p><b>FW_TRUST_TUPLE_KEYWORD_PROXIMITY:  </b>Represents
all traffic matching a trust tuple in the<b>TrustTuples</b> collection where <b>IsProximity</b>
is true.</p><p><b>FW_TRUST_TUPLE_KEYWORD_PROXIMITY_SHARING:  </b>Represents
all traffic matching a trust tuple in the <b>TrustTuples</b> collection where <b>IsProximitySharing</b>
is true.</p><p><b>FW_TRUST_TUPLE_KEYWORD_WFD_PRINT:  </b>Represents
all traffic matching a trust tuple in the <b>TrustTuples</b> collection where <b>IsWFDPrint</b>
is true.</p><p><b>FW_TRUST_TUPLE_KEYWORD_WFD_DISPLAY:  </b>Represents
all traffic matching a trust tuple in the <b>TrustTuples</b> collection where <b>IsWFDDevices</b>
is true.</p><p><b>FW_TRUST_TUPLE_KEYWORD_WFD_DEVICES:  </b>Represents
all traffic matching a trust tuple in the <b>TrustTuples</b> collection where <b>IsWFDDevices</b>
is true.</p><p><b>FW_TRUST_TUPLE_KEYWORD_WFD_KM_DRIVER:  </b>Represents
all traffic matching a trust tuple in the <b>TrustTuples</b> collection, where <b>IsWFDMaUsbWirelessDocking</b>
is true. </p><p><b>FW_TRUST_TUPLE_KEYWORD_UPNP:</b>  Represents all
traffic that matches a tuple in the <b>TrustTuples</b> collection, where <b>IsUpnP-Secure-Sockets-with-Teredo</b>
is true.</p><p><b>FW_TRUST_TUPLE_KEYWORD_WFD_CDP:</b>  Represents
all traffic that matches a tuple in the <b>TrustTuples</b> collection, where <b>IsWFDCDPSvc</b>
is true.</p><p><b>FW_TRUST_TUPLE_KEYWORD_MAX:  </b>This value and
values that exceed this value are not valid and MUST NOT be used. It is defined
for simplicity in writing IDL definitions and code. This symbolic constant has
a value of 0x0100.<a id="Appendix_A_Target_25"></a><a aria-label="Product behavior note 25" href="1da2ee70-a6ae-4f76-b08f-fdc25c77d8a0#Appendix_A_25" data-linktype="relative-path">&lt;25&gt;</a> <a id="Appendix_A_Target_26"></a><a aria-label="Product behavior note 26" href="1da2ee70-a6ae-4f76-b08f-fdc25c77d8a0#Appendix_A_26" data-linktype="relative-path">&lt;26&gt;</a> </p><p><b>FW_TRUST_TUPLE_KEYWORD_MAX_V2_20:  </b>This value
and values that exceed this value are not valid and MUST NOT be used by servers
and clients with schema version 0x0214 and earlier. It is defined for
simplicity in writing IDL definitions and code. This symbolic constant has a
value of 0x0004.</p><p><b>FW_TRUST_TUPLE_KEYWORD_MAX_V2_26: 
</b>This value and values that exceed this value are not valid and MUST NOT be
used by servers and clients with schema version 0x021A and earlier. It is
defined for simplicity in writing IDL definitions and code. This symbolic
constant has a value of 0x0020.</p><p><b>FW_TRUST_TUPLE_KEYWORD_MAX_V2_27:</b> 
This value and values that exceed this value are not valid and MUST NOT be used
by servers and clients with schema version 0x021B and earlier. It is defined
for simplicity in writing IDL definitions and code. This symbolic constant has
a value of 0x0080.</p></div>