C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.ARC_SC_PRIVATE_PACKET

The ARC_SC_PRIVATE_PACKET structure contains server-supplied information used to seamlessly re-establish a client session connection after network interruption. It is sent as part of the Save Session Info PDU logon information (see section ).
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_4_2.xml
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
ArcRandomBits byte[]
LogonId uint
Version Version_Values
cbLen cbLen_Values

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

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

Byte buffer containing a 16-byte random number generated as a key for secure session reconnection (see section ).
public byte[] ArcRandomBits
Результат byte[]

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

A 32-bit unsigned integer. The session identifier for reconnection.
public uint LogonId
Результат uint

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

A 32-bit unsigned integer. The value representing the auto-reconnect version.
public Version_Values Version
Результат Version_Values

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

A 32-bit unsigned integer. The length in bytes of the Server Auto-Reconnect packet. This field MUST be set to 0x0000001C (28 bytes).
public cbLen_Values cbLen
Результат cbLen_Values