C# 클래스 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
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LogonId uint
SecurityVerifier byte[]
Version ARC_CS_PRIVATE_PACKET_Version_Values
cbLen ARC_CS_PRIVATE_PACKET_cbLen_Values

프로퍼티 상세

LogonId 공개적으로 프로퍼티

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

SecurityVerifier 공개적으로 프로퍼티

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
리턴 byte[]

Version 공개적으로 프로퍼티

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

cbLen 공개적으로 프로퍼티

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
리턴 ARC_CS_PRIVATE_PACKET_cbLen_Values