C# 클래스 Microsoft.PowerBI.Api.V1.Models.BasicCredentials

Object representing basic authentication credentials
파일 보기 프로젝트 열기: Microsoft/PowerBI-CSharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

BasicCredentials() 공개 메소드

Initializes a new instance of the BasicCredentials class.
public BasicCredentials ( ) : System
리턴 System

BasicCredentials() 공개 메소드

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