C# Class ConoHaNet.Objects.Identity.Credentials

Mostra file Open project: crowdy/OpenStack-ConoHa

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

Credentials() public method

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