Dela via


PlayReadyStatics.LicenseAcquirerServiceRequestType Property

Definition

Gets the type of a PlayReady license acquisition service request.

public:
 static property Platform::Guid LicenseAcquirerServiceRequestType { Platform::Guid get(); };
static winrt::guid LicenseAcquirerServiceRequestType();
public static Guid LicenseAcquirerServiceRequestType { get; }
var guid = PlayReadyStatics.licenseAcquirerServiceRequestType;
Public Shared ReadOnly Property LicenseAcquirerServiceRequestType As Guid

Property Value

Guid

Platform::Guid

winrt::guid

The type of a PlayReady license acquisition service request. This property value 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.

Remarks

This type can be compared to IMediaProtectionServiceRequest.type.

Applies to