VssCredentials.LoadCachedCredentials-Methode (String, Uri, Boolean, CredentialPromptType)
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public Shared Function LoadCachedCredentials ( _
featureRegistryKeyword As String, _
serverUrl As Uri, _
requireExactMatch As Boolean, _
promptType As CredentialPromptType _
) As VssCredentials
public static VssCredentials LoadCachedCredentials(
string featureRegistryKeyword,
Uri serverUrl,
bool requireExactMatch,
CredentialPromptType promptType
)
Parameter
- featureRegistryKeyword
Typ: System.String
- serverUrl
Typ: System.Uri
- requireExactMatch
Typ: System.Boolean
- promptType
Typ: Microsoft.VisualStudio.Services.Common.CredentialPromptType
Rückgabewert
Typ: Microsoft.VisualStudio.Services.Common.VssCredentials
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.