PlayReadyStatics.DomainJoinServiceRequestType 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 type of a PlayReady domain join service request.
public:
static property Platform::Guid DomainJoinServiceRequestType { Platform::Guid get(); };
static winrt::guid DomainJoinServiceRequestType();
public static Guid DomainJoinServiceRequestType { get; }
var guid = PlayReadyStatics.domainJoinServiceRequestType;
Public Shared ReadOnly Property DomainJoinServiceRequestType As Guid
Property Value
The type of a PlayReady domain join 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.