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

The LICENSE_BINARY_BLOB structure is used to encapsulate arbitrary length binary licensing data.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_12_2.xml
Показать файл Открыть проект

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

Свойство Тип Описание
blobData byte[]
wBlobLen ushort
wBlobType wBlobType_Values

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

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

Variable-length binary data. The size of this data in bytes is given by the wBlobLen field. If wBlobLen is set to 0, then this field is not included in the Licensing Binary BLOB structure.
public byte[] blobData
Результат byte[]

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

A 16-bit unsigned integer. The size in bytes of the binary information in the blobData field. If wBlobLen is set to 0, then the blobData field is not included in the Licensing Binary BLOB structure and the contents of the wBlobType field SHOULD be ignored.
public ushort wBlobLen
Результат ushort

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

A 16-bit unsigned integer. The data type of the binary information. If wBlobLen is set to 0, then the contents of this field SHOULD be ignored.
public wBlobType_Values wBlobType
Результат wBlobType_Values