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

공개 프로퍼티들

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