IPlayReadyLicenseAcquisitionServiceRequest.DomainServiceId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the current domain service identifier property that overrides a service identifier in the content header.
public:
property Platform::Guid DomainServiceId { Platform::Guid get(); void set(Platform::Guid value); };
winrt::guid DomainServiceId();
void DomainServiceId(winrt::guid value);
public Guid DomainServiceId { get; set; }
var guid = iPlayReadyLicenseAcquisitionServiceRequest.domainServiceId;
iPlayReadyLicenseAcquisitionServiceRequest.domainServiceId = guid;
Public Property DomainServiceId As Guid
Property Value
The current service identifier property.
Remarks
This property is sensitive to the underlying platform's endianness. Carefully test your app on all platforms you intend to support to ensure that correct endianness is used on each platform.