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

Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

Метод Описание
PasswordCredential ( string username, string password ) : System

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

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

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

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