C# Класс ConoHaNet.Objects.Identity.Credentials

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

Credentials() публичный Метод

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.
Результат System