C# Class Microsoft.PowerBI.Api.V1.Models.BasicCredentials

Object representing basic authentication credentials
Afficher le fichier Open project: Microsoft/PowerBI-CSharp Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BasicCredentials ( ) : System

Initializes a new instance of the BasicCredentials class.

BasicCredentials ( string username = default(string), string password = default(string) ) : System

Initializes a new instance of the BasicCredentials class.

Method Details

BasicCredentials() public méthode

Initializes a new instance of the BasicCredentials class.
public BasicCredentials ( ) : System
Résultat System

BasicCredentials() public méthode

Initializes a new instance of the BasicCredentials class.
public BasicCredentials ( string username = default(string), string password = default(string) ) : System
username string
password string
Résultat System