MySQLMembershipProvider.PasswordStrengthRegularExpression Property

MySQL Connector/Net

MySQLMembershipProviderPasswordStrengthRegularExpression Property

Namespace: MySql.Web.Security
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9
Syntax
public override string PasswordStrengthRegularExpression { get; }
Public Overrides ReadOnly Property PasswordStrengthRegularExpression As String
	Get
public:
virtual property String^ PasswordStrengthRegularExpression {
	String^ get () override;
}
abstract PasswordStrengthRegularExpression : string with get
override PasswordStrengthRegularExpression : string with get

Property Value

Type: String
See Also