NDCustomData
NDCustomData
NDCustomData
NDCustomData
Class
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 : sealed class NDCustomData : INDCustomDatapublic sealed class NDCustomData : INDCustomDataPublic NotInheritable Class NDCustomData Implements INDCustomData// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Constructors
NDCustomData(Byte[], Byte[]) NDCustomData(Byte[], Byte[]) NDCustomData(Byte[], Byte[]) NDCustomData(Byte[], Byte[])
Creates a new instance of the NDCustomData class.
public : NDCustomData(Byte[] customDataTypeIDBytes, Byte[] customDataBytes)public NDCustomData(Byte[] customDataTypeIDBytes, Byte[] customDataBytes)Public Sub New(customDataTypeIDBytes As Byte[], customDataBytes As Byte[])// You can use this method in JavaScript.
Parameters
- customDataTypeIDBytes
- Byte[] Byte[] Byte[] Byte[]
The type identifier for the custom data. Only a type identifier that is exactly 16 bytes in size is supported.
- customDataBytes
- Byte[] Byte[] Byte[] Byte[]
The custom data.
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 custom data type identifier.