C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_SAVE_SESSION_INFO_PDU_DATA

The TS_SAVE_SESSION_INFO_PDU_DATA structure is a wrapper around different classes of user logon information.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_8_3_1_1.xml
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
infoData object
infoType infoType_Values
shareDataHeader TS_SHAREDATAHEADER

Property Details

infoData public_oe property

TS_LOGON_INFO, TS_LOGON_INFO_VERSION_2 or TS_LOGON_INFO_EXTENDED: Variable length logon information structure. The type of data which follows depends on the value of the infoType field.
public object infoData
return object

infoType public_oe property

A 32-bit unsigned integer. The type of logon information.
public infoType_Values infoType
return infoType_Values

shareDataHeader public_oe property

TS_SHAREDATAHEADER structure (18 bytes): Share Data Header containing information about the packet. The type subfield of the pduType field of the Share Control Header MUST be set to PDUTYPE_DATAPDU (7). The pduType2 field of the Share Data Header MUST be set to PDUTYPE2_SAVE_SESSION_INFO (38).
public TS_SHAREDATAHEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr shareDataHeader
return TS_SHAREDATAHEADER