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

공개 프로퍼티들

프로퍼티 타입 설명
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