C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_LOGON_INFO_FIELD

The TS_LOGON_INFO_FIELD is used to encapsulate extended logon information field data of variable length.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_8_3_1_1_3_1.xml
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FieldData object
cbFieldData uint

프로퍼티 상세

FieldData 공개적으로 프로퍼티

Variable length data conforming to the structure for the type given in the FieldsPresent field of the Logon Info Extended structure.
public object FieldData
리턴 object

cbFieldData 공개적으로 프로퍼티

A 32-bit unsigned integer. The size in bytes of the variable length data in the FieldData field.
public uint cbFieldData
리턴 uint