C# Class ConoHaNet.Objects.Identity.Credentials

Afficher le fichier Open project: crowdy/OpenStack-ConoHa

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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.
Résultat System