BlottoBeats.Library.Authentication.Credentials.Credentials C# (CSharp) Method

Credentials() public method

public Credentials ( string username, string password ) : System
username string
password string
return System
        public Credentials(string username, string password)
        {
            this.username = username;
            this.password = password;
        }