Windows 8使用Live ID作爲用戶名。我如何在C#中獲得這個LiveID?如何獲取Windows 8 Live ID
回答
也許Windows.System.UserProfile.UserInformation包含一些相關數據。
我試過引用Windows.System命名空間,但是我無法在新創建的WPF解決方案中找到它,即使解決方案使用的是.NET Framework 4.5,你能告訴我如何看到Windows.System的命名空間?非常感謝。 – user1343145 2012-04-23 10:03:19
@ user1343145 - 這是WinRT唯一的功能,不是.NET 4.5的功能 – 2012-08-27 16:22:40
按設計劃分的Metro應用程序限制訪問許多他們不應該真正需要的信息,我想這可能就是其中之一。
的WinRT可以訪問Windows.System.UserProfile.UserInformation
類(如CodeCaster建議),但我查了一下,從那裏所有的方法只有GetDisplayNameAsync()
可能會返回現場ID(電子郵件),而且只有當第一/姓氏未設置上戶口。
(此外,大多數的這個類中的方法需要設置企業認證能力,這是not really welcome in the Store,而且the documentation of the class目前不好。)
對於single-sign-on experience,你可能寧願使用Live軟件開發工具包。
- 1. 從PC獲取Windows Live匿名ID?
- 2. 如何在Windows 8中以GUID格式獲取硬件ID
- 3. 如何獲取Windows 8 Metro App中的設備ID
- 4. 如何獲取Windows 8表面(平板電腦)唯一ID
- 5. ASP.NET MVC中的Windows Live ID
- 6. Windows Live ID錯誤1017
- 7. PHP - YouTube Live API - 獲取視頻ID
- 8. 如何清除Live ID Cookie
- 9. 用於Windows Phone 8的Live SDK
- 10. Windows mobile,如何獲取ID和串行?
- 11. 如何獲取Windows Phone的唯一ID?
- 12. 在Windows Phone 8應用程序中使用Windows Live ID身份驗證
- 13. Windows 8開發人員ID
- 14. Windows Live ID繼續按鈕損壞
- 15. Windows 8 Live Tiles Badge圖像/文本
- 16. Windows 8 Live Tile中的粗體文本
- 17. Windows 8 Store App Live Tile Image位置
- 18. Windows 8 Live Tile每分鐘更新
- 19. 獲取java.lang.NoClassDefFoundError在Windows 8
- 20. 在Windows 8上獲取DirectShow示例8
- 21. 通過HttpRequest的Windows Live ID登錄
- 22. 如何更改OAuth windows live ID登錄按鈕的圖像?
- 23. 如何在Windows 8 metro app live tile中禁用徽標?
- 24. 使用C#獲取Windows 8上的當前線程ID
- 25. 爲Windows 8獲取穩定的唯一設備ID
- 26. 如何獲取PayPal Live的APIUsername,APIPassword?
- 27. Hotmail/Windows Live的開放ID端點
- 28. Windows Live ID是否爲OpenID提供者?
- 29. 獲取Windows會話ID
- 30. 如何將Windows Azure帳戶委託給其他Live ID帳戶
你想要做什麼?更多的數據將有所幫助... – 2012-07-15 03:33:46