INDLicenseFetchDescriptor INDLicenseFetchDescriptor INDLicenseFetchDescriptor INDLicenseFetchDescriptor Interface

Definition

Retrieves and sets properties used for fetching a PlayReady-ND license.

public : interface INDLicenseFetchDescriptorpublic interface INDLicenseFetchDescriptorPublic Interface INDLicenseFetchDescriptor// 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

ContentID ContentID ContentID ContentID

Gets the content identifier used for fetching a license.

public : byte[] ContentID { get; }public byte[] ContentID { get; }Public ReadOnly Property ContentID As byte[]// You can use this property in JavaScript.
Value
byte[] byte[] byte[] byte[]

The content identifier.

ContentIDType ContentIDType ContentIDType ContentIDType

Gets the type of the content identifier used for fetching a license.

public : NDContentIDType ContentIDType { get; }public NDContentIDType ContentIDType { get; }Public ReadOnly Property ContentIDType As NDContentIDType// You can use this property in JavaScript.
Value
NDContentIDType NDContentIDType NDContentIDType NDContentIDType

The content identifier type. The value can be either KeyID, PlayReadyObject, or Custom.

LicenseFetchChallengeCustomData LicenseFetchChallengeCustomData LicenseFetchChallengeCustomData LicenseFetchChallengeCustomData

Gets or sets custom data for a license fetch challenge.

public : INDCustomData LicenseFetchChallengeCustomData { get; set; }public INDCustomData LicenseFetchChallengeCustomData { get; set; }Public ReadWrite Property LicenseFetchChallengeCustomData As INDCustomData// You can use this property in JavaScript.
Value
INDCustomData INDCustomData INDCustomData INDCustomData

The custom data from or for the license challenge.