C# Class ConoHaNet.Objects.Identity.PasswordCredential

Mostra file Open project: crowdy/OpenStack-ConoHa Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

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

Method Details

PasswordCredential() public method

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