【发布时间】:2012-10-26 02:17:45
【问题描述】:
我正在尝试从编写在 .NET 上的 Windows 服务访问 https://visualstudio.com(以前称为 https://tfs.visualstudio.com、http://www.tfspreview.com)。
我想使用新的基本身份验证,但找不到方法。
我找到了很多指向博客文章 Team Foundation Service updates - Aug 27 的链接,但它使用的是用于 TFS 的 Team Explorer Everywhere Java 客户端。
是否有新版本的 TFS .NET 对象模型支持基本身份验证?
顺便说一下,我已经连续使用服务帐户登录了。 This answer 非常有用。
【问题讨论】:
标签: c# .net tfs azure-devops basic-authentication