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
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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[]