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

file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_8_3_1_1_3.xml
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FieldsPresent FieldsPresent_Values
Length ushort
LogonFields Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_LOGON_INFO_FIELD[]
Pad byte[]

프로퍼티 상세

FieldsPresent 공개적으로 프로퍼티

A 32-bit unsigned integer. The flags indicating which fields are present in the LogonFields field.
public FieldsPresent_Values FieldsPresent
리턴 FieldsPresent_Values

Length 공개적으로 프로퍼티

A 16-bit unsigned integer. The total size in bytes of this structure, including the variable LogonFields field.
public ushort Length
리턴 ushort

LogonFields 공개적으로 프로퍼티

Extended logon information fields encapsulated in Logon Info Field structures. The presence of an information field is indicated by the flags within the FieldsPresent field of the Logon Info Extended structure. The ordering of the fields is implicit and is as follows:Auto-reconnect cookie dataLogon notification dataIf a field is not present, the next field which is present is read.
public TS_LOGON_INFO_FIELD[],Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr LogonFields
리턴 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_LOGON_INFO_FIELD[]

Pad 공개적으로 프로퍼티

570 bytes. Padding. Values in this field are ignored.
public byte[] Pad
리턴 byte[]