TfsClientCredentials.LoadCachedCredentials 方法 (String, Uri, Boolean, Boolean, String, Boolean)
加载存储了指定的服务器的凭据,如果找到。如果凭据没有在指定的服务器和选项并默认凭据的windows凭据存储区中找到返回。
命名空间: Microsoft.TeamFoundation.Client
程序集: Microsoft.TeamFoundation.Client(在 Microsoft.TeamFoundation.Client.dll 中)
语法
声明
Public Shared Function LoadCachedCredentials ( _
featureRegistryKeyword As String, _
serverUrl As Uri, _
requireExactMatch As Boolean, _
allowInteractive As Boolean, _
registryRootPath As String, _
useWOW6432Hive As Boolean _
) As TfsClientCredentials
public static TfsClientCredentials LoadCachedCredentials(
string featureRegistryKeyword,
Uri serverUrl,
bool requireExactMatch,
bool allowInteractive,
string registryRootPath,
bool useWOW6432Hive
)
参数
- featureRegistryKeyword
类型:System.String
- serverUrl
类型:System.Uri
服务器位置
- requireExactMatch
类型:System.Boolean
一个值需要服务器的确切或部分匹配项
- allowInteractive
类型:System.Boolean
指示凭据是否的值可以支持交互性
- registryRootPath
类型:System.String
下凭据应找到的注册表根路径。(默认TFS注册表根的传递null)
- useWOW6432Hive
类型:System.Boolean
如果registryRootPath在64位环境,的WOW6432项中通过true
返回值
类型:Microsoft.TeamFoundation.Client.TfsClientCredentials
凭据对象填充服务器的存储凭据,如果找到
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。