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
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
authorizationResult Authorization_Result_value

Méthodes publiques

Méthode 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 méthode

public Clone ( ) : StackPacket
Résultat StackPacket

Early_User_Authorization_Result_PDU() public méthode

public Early_User_Authorization_Result_PDU ( ) : System
Résultat System

Early_User_Authorization_Result_PDU() public méthode

public Early_User_Authorization_Result_PDU ( Authorization_Result_value result ) : System
result Authorization_Result_value
Résultat System

ToBytes() public méthode

public ToBytes ( ) : byte[]
Résultat byte[]

Property Details

authorizationResult public_oe property

public Authorization_Result_value authorizationResult
Résultat Authorization_Result_value