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

The structure used to describe a public key in a Proprietary Certificate.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_4_3_1_1.xml
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
bitlen uint
datalen uint
keylen uint
magic magic_Values
modulus byte[]
pubExp uint

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

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

A 32-bit unsigned integer. The number of bits in the public key modulus.
public uint bitlen
Результат uint

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

A 32-bit unsigned integer. The maximum number of bytes that can be encoded using the public key.
public uint datalen
Результат uint

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

A 32-bit unsigned integer. The size in bytes of the public key modulus.
public uint keylen
Результат uint

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

A 32-bit unsigned integer. The sentinel value. This field MUST be set to 0x31415352 ("RSA1" in ANSI when the bytes are arranged in little-endian order).
public magic_Values magic
Результат magic_Values

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

Variable-length modulus of the public key. The length in bytes is given by the keylen field.
public byte[] modulus
Результат byte[]

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

A 32-bit unsigned integer. The public exponent of the public key.
public uint pubExp
Результат uint