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

Public Properties

Property Type Description
Domain string
SessionId uint
UserName string
cbDomain uint
cbUserName uint

Property Details

Domain public_oe property

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
return string

SessionId public_oe property

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
return uint

UserName public_oe property

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
return string

cbDomain public_oe property

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
return uint

cbUserName public_oe property

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
return uint