C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_SECURITY_PACKET

The TS_SECURITY_PACKET structure contains the encrypted client random value which is used together with the server random (see section ) to derive session keys to secure the connection (see sections and ).
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_10_1.xml
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
clientRandom byte[]
length uint

Property Details

clientRandom public_oe property

The client random value encrypted with the public key of the server (see section ).
public byte[] clientRandom
return byte[]

length public_oe property

32-bit unsigned integer. The size in bytes of the buffer containing the encrypted client random value, not including the header length.
public uint length
return uint