AzureDevOpsAadCredentials.

AzureDevOpsAadCredentials(string, string) Constructor

Summary

Credentials for authentication with an Azure Active Directory.

Syntax

public AzureDevOpsAadCredentials(string userName, string password)

Parameters

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

Return Value

Type Description
void