VssCredentials.LoadCachedCredentials Yöntem (String, Uri, Boolean, CredentialPromptType, String, Boolean)
Ad alanı: Microsoft.VisualStudio.Services.Common
Derleme: Microsoft.VisualStudio.Services.Common (Microsoft.VisualStudio.Services.Common.dll içinde)
Sözdizimi
'Bildirim
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
)
Parametreler
- featureRegistryKeyword
Tür: System.String
- serverUrl
Tür: System.Uri
- requireExactMatch
Tür: System.Boolean
- promptType
Tür: Microsoft.VisualStudio.Services.Common.CredentialPromptType
- registryRootPath
Tür: System.String
- useWOW6432Hive
Tür: System.Boolean
Dönüş Değeri
Tür: Microsoft.VisualStudio.Services.Common.VssCredentials
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen Güvenilen Koddan Kitaplıkları Kullanma.