C# Класс 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
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
infoData object
infoType infoType_Values
shareDataHeader TS_SHAREDATAHEADER

Описание свойств

infoData публичное свойство

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
Результат object

infoType публичное свойство

A 32-bit unsigned integer. The type of logon information.
public infoType_Values infoType
Результат infoType_Values

shareDataHeader публичное свойство

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
Результат TS_SHAREDATAHEADER