IPlayReadyLicense.DomainAccountID Property

Definition

Gets the domain account identifier to which this license is bound.

public:
 property Platform::Guid DomainAccountID { Platform::Guid get(); };
winrt::guid DomainAccountID();
public Guid DomainAccountID { get; }
var guid = iPlayReadyLicense.domainAccountID;
Public ReadOnly Property DomainAccountID As Guid

Property Value

Guid

Platform::Guid

winrt::guid

The domain account identifier. If the license is not domain bound, GUID_NULL is returned. 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.

Applies to