INDCustomData
INDCustomData
INDCustomData
INDCustomData
Interface
Definition
Contains the custom data for one of the following PlayReady-ND messages: Registration Challenge, Registration Response, License Fetch Challenge, or License Fetch Response.
public : interface INDCustomDatapublic interface INDCustomDataPublic Interface INDCustomData// You can use this interface in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
CustomData CustomData CustomData CustomData
Gets the custom data.
public : byte[] CustomData { get; }public byte[] CustomData { get; }Public ReadOnly Property CustomData As byte[]// You can use this property in JavaScript.
- Value
- byte[] byte[] byte[] byte[]
The byte array that contains the custom data.
CustomDataTypeID CustomDataTypeID CustomDataTypeID CustomDataTypeID
Gets the 16-byte type identifier for the custom data.
public : byte[] CustomDataTypeID { get; }public byte[] CustomDataTypeID { get; }Public ReadOnly Property CustomDataTypeID As byte[]// You can use this property in JavaScript.
- Value
- byte[] byte[] byte[] byte[]
The byte array that contains the custom data type identifier.