C# Класс OpenStack.Services.Identity.V2.PasswordCredentials

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

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

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

Initializes a new instance of the PasswordCredentials class with the specified credentials.

PasswordCredentials ( string username, string password, JToken>.ImmutableDictionary extensionData ) : System

Initializes a new instance of the PasswordCredentials class with the specified credentials and extension data.

Приватные методы

Метод Описание
PasswordCredentials ( ) : System

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

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

Initializes a new instance of the PasswordCredentials class with the specified credentials.
public PasswordCredentials ( string username, string password ) : System
username string The username.
password string The password.
Результат System

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

Initializes a new instance of the PasswordCredentials class with the specified credentials and extension data.
If is .
public PasswordCredentials ( string username, string password, JToken>.ImmutableDictionary extensionData ) : System
username string The username.
password string The password.
extensionData JToken>.ImmutableDictionary The extension data.
Результат System