PlayReadyLicense.DomainAccountID 属性

定义

获取此许可证绑定到的域帐户标识符。

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

属性值

Guid

Platform::Guid

winrt::guid

域帐户标识符。 如果许可证未绑定域,则返回 GUID_NULL 。 此属性值对基础平台的结束度敏感。 在打算支持的所有平台上仔细测试应用,以确保在每个平台上使用正确的结束度。

实现

适用于