C# Class ConoHaNet.Objects.Identity.SetPasswordRequest

Mostra file Open project: crowdy/OpenStack-ConoHa

Private Properties

Property Type Description

Public Methods

Method Description
SetPasswordRequest ( string username, string password ) : System

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

Method Details

SetPasswordRequest() public method

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.
return System