C# Class 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
Mostrar archivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
ArcRandomBits byte[]
LogonId uint
Version Version_Values
cbLen cbLen_Values

Property Details

ArcRandomBits public_oe property

Byte buffer containing a 16-byte random number generated as a key for secure session reconnection (see section ).
public byte[] ArcRandomBits
return byte[]

LogonId public_oe property

A 32-bit unsigned integer. The session identifier for reconnection.
public uint LogonId
return uint

Version public_oe property

A 32-bit unsigned integer. The value representing the auto-reconnect version.
public Version_Values Version
return Version_Values

cbLen public_oe property

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
return cbLen_Values