共用方式為


VssCredentials.LoadCachedCredentials 方法 (String, Uri, Boolean, CredentialPromptType, String, Boolean)

命名空間:  Microsoft.VisualStudio.Services.Common
組件:  Microsoft.VisualStudio.Services.Common (在 Microsoft.VisualStudio.Services.Common.dll 中)

語法

'宣告
Public Shared Function LoadCachedCredentials ( _
    featureRegistryKeyword As String, _
    serverUrl As Uri, _
    requireExactMatch As Boolean, _
    promptType As CredentialPromptType, _
    registryRootPath As String, _
    useWOW6432Hive As Boolean _
) As VssCredentials
public static VssCredentials LoadCachedCredentials(
    string featureRegistryKeyword,
    Uri serverUrl,
    bool requireExactMatch,
    CredentialPromptType promptType,
    string registryRootPath,
    bool useWOW6432Hive
)

參數

傳回值

類型:Microsoft.VisualStudio.Services.Common.VssCredentials

.NET Framework 安全性

請參閱

參考

VssCredentials 類別

LoadCachedCredentials 多載

Microsoft.VisualStudio.Services.Common 命名空間