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.AzureDevOps.
Summary
Credentials for basic authentication.
- Assembly
- Cake
.AzureDevOps .dll - Namespace
- Cake
.AzureDevOps .Authentication - Containing Type
- Azure
Dev Ops Basic Credentials
Syntax
public AzureDevOpsBasicCredentials(string userName, string password)
Parameters
| Name | Type | Description |
|---|---|---|
| userName | string | User name. |
| password | string | Password. |
Return Value
| Type | Description |
|---|---|
| void |
