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

Public Properties

Property Type Description
FieldData object
cbFieldData uint

Property Details

FieldData public property

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

cbFieldData public property

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