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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

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

메소드 상세

SetPasswordRequest() 공개 메소드

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