This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Tfs.AutoMerge.
Summary
Returns credentials for basic authentication.
Can only be used for on-premise Team Foundation Server configured for basic authentication.
See https://www.visualstudio.com/en-us/docs/integrate/get-started/auth/tfs-basic-auth.
- Assembly
- Cake
.Tfs .AutoMerge .dll - Namespace
- Cake
.Tfs .AutoMerge - Containing Type
- AutoMergeCredentials
Syntax
public AutoMergeCredentials AuthenticationBasic(string userName, string password)
Parameters
Name | Type | Description |
---|---|---|
userName | string | User name. |
password | string | Password. |
Return Value
Type | Description |
---|---|
AutoMergeCredentials | Same object instance. |