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

파일 보기 프로젝트 열기: crowdy/OpenStack-ConoHa 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
PasswordCredential ( string username, string password ) : System

Initializes a new instance of the PasswordCredential class with the specified username and password.

메소드 상세

PasswordCredential() 공개 메소드

Initializes a new instance of the PasswordCredential class with the specified username and password.
/// If is . /// -or- /// If is . /// /// If is empty. /// -or- /// If is empty. ///
public PasswordCredential ( string username, string password ) : System
username string The username.
password string The password.
리턴 System