C# Класс 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
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
clientRandom byte[]
length uint

Описание свойств

clientRandom публичное свойство

The client random value encrypted with the public key of the server (see section ).
public byte[] clientRandom
Результат byte[]

length публичное свойство

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
Результат uint