标签: c# windows windows-phone portability
我正在制作一个便携式类库(portable-net45 + win + wpa81 + wp80),我需要某种设备独有的ID。我无法使用EasClientDeviceInformation类,因为我无法访问Windows.Security命名空间;我也无法访问Microsoft.Phone.Info.DeviceExtendedProperties.GetValue("DeviceUniqueId")。是否有任何提供此功能的PCL库或任何其他解决方法来获取任何类型的唯一设备ID?
EasClientDeviceInformation
Windows.Security
Microsoft.Phone.Info.DeviceExtendedProperties.GetValue("DeviceUniqueId")