摘要: public static string GetDeviceID() { string id = ""; var token = Windows.System.Profile.HardwareIdentification.GetPackageSpecificToken(null); IBuffer buffer = token.Id; using (var dataReader = DataReader.FromBuffer(buffer)) { var bytes = new byte[buffer.Length]; dataReader.ReadBytes(bytes) 阅读全文
posted @ 2012-11-12 12:52 @WP7@ 阅读(330) 评论(0) 推荐(0) 编辑