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

The Early User Authorization Result PDU is sent from server to client and is used to convey authorization information to the client. This PDU is only sent by the server if the client advertised support for it by specifying the PROTOCOL_HYBRID_EX (0x00000008) flag in the requestedProtocols field of the RDP Negotiation Request structure and it MUST be sent immediately after the CredSSP handshake has completed.
상속: RdpbcgrServerPdu
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
authorizationResult Authorization_Result_value

공개 메소드들

메소드 설명
Clone ( ) : StackPacket
Early_User_Authorization_Result_PDU ( ) : System
Early_User_Authorization_Result_PDU ( Authorization_Result_value result ) : System
ToBytes ( ) : byte[]

메소드 상세

Clone() 공개 메소드

public Clone ( ) : StackPacket
리턴 StackPacket

Early_User_Authorization_Result_PDU() 공개 메소드

public Early_User_Authorization_Result_PDU ( ) : System
리턴 System

Early_User_Authorization_Result_PDU() 공개 메소드

public Early_User_Authorization_Result_PDU ( Authorization_Result_value result ) : System
result Authorization_Result_value
리턴 System

ToBytes() 공개 메소드

public ToBytes ( ) : byte[]
리턴 byte[]

프로퍼티 상세

authorizationResult 공개적으로 프로퍼티

public Authorization_Result_value authorizationResult
리턴 Authorization_Result_value