AzureLoginService.

AzureLogin(string, string, byte[], string) Method

Assembly
Cake.Azure.dll
Namespace
Cake.Azure
Containing Type
AzureLoginService

Syntax

public static Credentials AzureLogin(string tenantId, string applicationId, byte[] certificate, string password)

Parameters

Name Type Description
tenantId string
applicationId string
certificate byte[]
password string

Return Value

Type Description
Credentials