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

Represents an account and password.
Show file Open project: romankmueller/SchoolPlanner

Public Methods

Method Description
AccountPassword ( string account, string password )

Initializes a new instance of the AccountPassword class.

Method Details

AccountPassword() public method

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