C# Class 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
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
bitlen uint
datalen uint
keylen uint
magic magic_Values
modulus byte[]
pubExp uint

Property Details

bitlen public_oe property

A 32-bit unsigned integer. The number of bits in the public key modulus.
public uint bitlen
return uint

datalen public_oe property

A 32-bit unsigned integer. The maximum number of bytes that can be encoded using the public key.
public uint datalen
return uint

keylen public_oe property

A 32-bit unsigned integer. The size in bytes of the public key modulus.
public uint keylen
return uint

magic public_oe property

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
return magic_Values

modulus public_oe property

Variable-length modulus of the public key. The length in bytes is given by the keylen field.
public byte[] modulus
return byte[]

pubExp public_oe property

A 32-bit unsigned integer. The public exponent of the public key.
public uint pubExp
return uint