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

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

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

Свойство Тип Описание
Domain string
SessionId uint
UserName string
cbDomain uint
cbUserName uint

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

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

An array of 26 Unicode characters: Null-terminated Unicode string containing the name of the domain to which the user is logged on. The length of the character data in bytes is given by the cbDomain field.
public string Domain
Результат string

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

A 32-bit unsigned integer. Optional session ID of the session according to the server. Sent by RDP 5.0 and later servers.
public uint SessionId
Результат uint

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

An array of 256 Unicode characters: Null-terminated Unicode string containing the username which was used to log on. The length of the character data in bytes is given by the cbUserName field.
public string UserName
Результат string

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

A 32-bit unsigned integer. The size of the Unicode character data (including the mandatory null terminator), in bytes, present in the fixed-length Domain field.
public uint cbDomain
Результат uint

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

A 32-bit unsigned integer. Size of the Unicode character data (including the mandatory null terminator), in bytes, present in the fixed-length UserName field.
public uint cbUserName
Результат uint