C# Class Bzs.Server.CloudServices.Authorization.AccountPassword

Represents an account and password.
Afficher le fichier Open project: romankmueller/SchoolPlanner

Méthodes publiques

Méthode Description
AccountPassword ( string account, string password )

Initializes a new instance of the AccountPassword class.

Method Details

AccountPassword() public méthode

Initializes a new instance of the AccountPassword class.
public AccountPassword ( string account, string password )
account string The account.
password string The password.