2.2.22.2.7 SecurityInfoData
The SecurityInfoData structure SHOULD NOT be sent and MUST be ignored on receipt.<34>
CLSID_SecurityInfo (see section 1.9) is used to identify this property in the CustomHeader.pclsid array.
-
typedef struct tagSecurityInfoData { DWORD dwAuthnFlags; COSERVERINFO* pServerInfo; DWORD* pdwReserved; } SecurityInfoData;
dwAuthnFlags: This MUST be set to zero and MUST be ignored on receipt.
pServerInfo: This SHOULD be NULL and MUST be ignored on receipt. For details, see section 2.2.22.2.7.1.<35>
pdwReserved: This MUST be set to NULL and MUST be ignored on receipt.