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

Public Properties

Property Type Description
Domain string
Pad byte[]
SessionId uint
Size uint
UserName string
Version TS_LOGON_INFO_VERSION_2_Version_Values
cbDomain uint
cbUserName uint

Property Details

Domain public_oe property

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

Pad public_oe property

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

SessionId public_oe property

A 32-bit unsigned integer. The session ID of the session according to the server.
public uint SessionId
return uint

Size public_oe property

A 32-bit unsigned integer. The total size in bytes of this structure, excluding the Domain and UserName variable length fields.
public uint Size
return uint

UserName public_oe property

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

Version public_oe property

A 16-bit unsigned integer. The logon version.
public TS_LOGON_INFO_VERSION_2_Version_Values Version
return TS_LOGON_INFO_VERSION_2_Version_Values

cbDomain public_oe property

A 32-bit unsigned integer. Size, in bytes, of the Domain field (including the mandatory null terminator).
public uint cbDomain
return uint

cbUserName public_oe property

A 32-bit unsigned integer. The size, in bytes, of the UserName field (including the mandatory null terminator).
public uint cbUserName
return uint