Sharpen.PasswordAuthentication.PasswordAuthentication C# (CSharp) Method

PasswordAuthentication() public method

public PasswordAuthentication ( string user, char password ) : System
user string
password char
return System
		public PasswordAuthentication (string user, char[] password)
		{
			throw new NotImplementedException ();
		}