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

Public Properties

Property Type Description
authorizationResult Authorization_Result_value

Public Methods

Method Description
Clone ( ) : StackPacket
Early_User_Authorization_Result_PDU ( ) : System
Early_User_Authorization_Result_PDU ( Authorization_Result_value result ) : System
ToBytes ( ) : byte[]

Method Details

Clone() public method

public Clone ( ) : StackPacket
return StackPacket

Early_User_Authorization_Result_PDU() public method

public Early_User_Authorization_Result_PDU ( ) : System
return System

Early_User_Authorization_Result_PDU() public method

public Early_User_Authorization_Result_PDU ( Authorization_Result_value result ) : System
result Authorization_Result_value
return System

ToBytes() public method

public ToBytes ( ) : byte[]
return byte[]

Property Details

authorizationResult public_oe property

public Authorization_Result_value authorizationResult
return Authorization_Result_value