<div class="content" name="SecurityInfoData" uuid="40a2e998-0cb4-4aa7-aef8-26581e16e67c"><p>The SecurityInfoData structure SHOULD NOT be sent and MUST
be ignored on receipt.<a id="Appendix_A_Target_34"></a><a aria-label="Product behavior note 34" href="acc42954-4073-4f05-b850-efd562022077#Appendix_A_34" data-linktype="relative-path">&lt;34&gt;</a></p><p>CLSID_SecurityInfo (see section <a href="c25391af-f59e-40da-885e-cc84076673e4" data-linktype="relative-path">1.9</a>) is used to identify
this property in the CustomHeader.pclsid array.</p><dl>
<dd>
<div><pre> typedef struct tagSecurityInfoData {
   DWORD dwAuthnFlags;
   COSERVERINFO* pServerInfo;
   DWORD* pdwReserved;
 } SecurityInfoData;
</pre></div>
</dd></dl><p><b>dwAuthnFlags:</b>  This MUST be set to
zero and MUST be ignored on receipt.</p><p><b>pServerInfo:</b>   This SHOULD be NULL
and MUST be ignored on receipt. For details, see section <a href="cf7f81ae-6880-4105-95e9-a41f7cac2a24" data-linktype="relative-path">2.2.22.2.7.1</a>.<a id="Appendix_A_Target_35"></a><a aria-label="Product behavior note 35" href="acc42954-4073-4f05-b850-efd562022077#Appendix_A_35" data-linktype="relative-path">&lt;35&gt;</a></p><p><b>pdwReserved:</b>   This MUST be set to
NULL and MUST be ignored on receipt.</p></div>