C# Class ConoHaNet.Objects.Identity.PasswordCredential

Afficher le fichier Open project: crowdy/OpenStack-ConoHa Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
PasswordCredential ( string username, string password ) : System

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

Method Details

PasswordCredential() public méthode

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