C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_LOGON_INFO_VERSION_2

TS_LOGON_INFO_VERSION_2 is a variable length structure which contains logon information intended for the client.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_8_3_1_1_2.xml
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Domain string
Pad byte[]
SessionId uint
Size uint
UserName string
Version TS_LOGON_INFO_VERSION_2_Version_Values
cbDomain uint
cbUserName uint

Описание свойств

Domain публичное свойство

Variable length null-terminated Unicode string containing the name of the domain to which the user is logged on. The size of this field in bytes is given by the cbDomain field.
public string Domain
Результат string

Pad публичное свойство

558 bytes. Padding. Values in this field are ignored.
public byte[] Pad
Результат byte[]

SessionId публичное свойство

A 32-bit unsigned integer. The session ID of the session according to the server.
public uint SessionId
Результат uint

Size публичное свойство

A 32-bit unsigned integer. The total size in bytes of this structure, excluding the Domain and UserName variable length fields.
public uint Size
Результат uint

UserName публичное свойство

Variable length null-terminated Unicode string containing the user name which was used to log on. The size of this field in bytes is given by the cbUserName field.
public string UserName
Результат string

Version публичное свойство

A 16-bit unsigned integer. The logon version.
public TS_LOGON_INFO_VERSION_2_Version_Values Version
Результат TS_LOGON_INFO_VERSION_2_Version_Values

cbDomain публичное свойство

A 32-bit unsigned integer. Size, in bytes, of the Domain field (including the mandatory null terminator).
public uint cbDomain
Результат uint

cbUserName публичное свойство

A 32-bit unsigned integer. The size, in bytes, of the UserName field (including the mandatory null terminator).
public uint cbUserName
Результат uint