C# 클래스 ConoHaNet.Objects.Identity.Credentials

파일 보기 프로젝트 열기: crowdy/OpenStack-ConoHa

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Credentials ( string username, string password, string apiKey = null ) : System

Initializes a new instance of the Credentials class using the specified username, password, and API key.

메소드 상세

Credentials() 공개 메소드

Initializes a new instance of the Credentials class using the specified username, password, and API key.
If is . /// If is empty. /// -or- /// If and are both or empty. ///
public Credentials ( string username, string password, string apiKey = null ) : System
username string The username to use for authentication.
password string The password to use for authentication.
apiKey string ConoHa does not support this by design.
리턴 System