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

The ARC_CS_PRIVATE_PACKET structure contains the client response cookie used to seamlessly re-establish a client session connection after network interruption. It is sent as part of the extended information of the Client Info PDU.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_4_3.xml
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
LogonId uint
SecurityVerifier byte[]
Version ARC_CS_PRIVATE_PACKET_Version_Values
cbLen ARC_CS_PRIVATE_PACKET_cbLen_Values

Property Details

LogonId public_oe property

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

SecurityVerifier public_oe property

Byte buffer containing a 16-byte verifier value derived using cryptographic methods (as specified in section ) from the ArcRandomBits field of the Server Auto-Reconnect packet.
public byte[] SecurityVerifier
return byte[]

Version public_oe property

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

cbLen public_oe property

A 32-bit unsigned integer. The length in bytes of the Client Auto-Reconnect Packet. This field MUST be set to 0x0000001C (28 bytes).
public ARC_CS_PRIVATE_PACKET_cbLen_Values cbLen
return ARC_CS_PRIVATE_PACKET_cbLen_Values