C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RDP_NEG_FAILURE

The RDP Negotiation Failure structure is used by a server to inform the client of a failure that has occurred while preparing security for the connection.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_2_2.xml
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
failureCode failureCode_Values
flags RDP_NEG_FAILURE_flags_Values
length RDP_NEG_FAILURE_length_Values
type RDP_NEG_FAILURE_type_Values

프로퍼티 상세

failureCode 공개적으로 프로퍼티

A 32-bit unsigned integer. Field containing the failure code.
public failureCode_Values failureCode
리턴 failureCode_Values

flags 공개적으로 프로퍼티

An 8-bit unsigned integer. Negotiation packet flags. There are currently no defined flags so the field MUST be set to 0x00.
public RDP_NEG_FAILURE_flags_Values flags
리턴 RDP_NEG_FAILURE_flags_Values

length 공개적으로 프로퍼티

A 16-bit unsigned integer. Indicates the packet size. This field MUST be set to 0x0008 (8 bytes).
public RDP_NEG_FAILURE_length_Values length
리턴 RDP_NEG_FAILURE_length_Values

type 공개적으로 프로퍼티

An 8-bit unsigned integer. Negotiation packet type. This field MUST be set to 0x03 (TYPE_RDP_NEG_FAILURE) to indicate that the packet is a Negotiation Failure.
public RDP_NEG_FAILURE_type_Values type
리턴 RDP_NEG_FAILURE_type_Values