C# Class 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
Mostra file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
FieldsPresent FieldsPresent_Values
Length ushort
LogonFields Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_LOGON_INFO_FIELD[]
Pad byte[]

Property Details

FieldsPresent public_oe property

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

Length public_oe property

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

LogonFields public_oe property

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
return Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_LOGON_INFO_FIELD[]

Pad public_oe property

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