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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱 從部分受信任程式碼使用程式庫。