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

Public Properties

Property Type Description
blobData byte[]
wBlobLen ushort
wBlobType wBlobType_Values

Property Details

blobData public_oe property

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
return byte[]

wBlobLen public_oe property

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

wBlobType public_oe property

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