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
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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