AzureDevOpsBasicCredentials.

AzureDevOpsBasicCredentials(string, string) Constructor

Summary

Initializes a new instance of the AzureDevOpsBasicCredentials class.

Syntax

public AzureDevOpsBasicCredentials(string userName, string password)

Parameters

Name Type Description
userName string User name.
password string Password.

Return Value

Type Description
void
GitHub
Discussions