草庐IT

HashAlgorithmProvider

全部标签

c# - Windows Phone 8.1 中的设备唯一 ID

如何在WindowsPhone8.1中获取设备唯一ID?使用DeviceExtendedProperties.GetValue("DeviceUniqueId")的旧方法不适用于Windows通用应用程序。 最佳答案 privatestringGetDeviceID(){HardwareTokentoken=HardwareIdentification.GetPackageSpecificToken(null);IBufferhardwareId=token.Id;HashAlgorithmProviderhasher=HashAl

c# - Windows Phone 8.1 中的设备唯一 ID

如何在WindowsPhone8.1中获取设备唯一ID?使用DeviceExtendedProperties.GetValue("DeviceUniqueId")的旧方法不适用于Windows通用应用程序。 最佳答案 privatestringGetDeviceID(){HardwareTokentoken=HardwareIdentification.GetPackageSpecificToken(null);IBufferhardwareId=token.Id;HashAlgorithmProviderhasher=HashAl