MonoDoesNotSupportHash Property

MySQL Connector/Net

Looks up a localized string similar to The mono runtime did not support hashed passwords. Please use clear or encrypted passwords..

Namespace:  MySql.Web.Properties
Assembly:  MySql.Web (in MySql.Web.dll) Version: 6.2.2.0

Syntax

C#
public static string MonoDoesNotSupportHash { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property MonoDoesNotSupportHash As String
Visual C++
public:
static property String^ MonoDoesNotSupportHash {
	String^ get ();
}

See Also