C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_FP_FIPS_INFO

The TS_FP_FIPS_INFO structure contains fast-path information for inclusion in a fast-path header.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_7_1_2_1.xml
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
length TS_FP_FIPS_INFO_length_Values
padlen byte
version byte

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

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

A 16-bit unsigned integer. The length of the FIPS Security Header. This field MUST be set to 0x0010 (16 bytes).
public TS_FP_FIPS_INFO_length_Values length
Результат TS_FP_FIPS_INFO_length_Values

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

An 8-bit unsigned integer. The number of padding bytes of padding appended to the end of the packet prior to encryption to make sure that the data to be encrypted is a multiple of the 3DES block size (that is, a multiple of 8 as the block size is 64 bits).
public byte padlen
Результат byte

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

An 8-bit unsigned integer. The version of the FIPS Header. This field SHOULD be set to TSFIPS_VERSION1 (0x01).
public byte version
Результат byte