MembershipPasswordAttribute::PasswordStrengthRegexTimeout Property

 

Gets or sets a value that specifies how long the regular expression can occur before the operation times out.

Namespace:   System.Web.Security
Assembly:  System.Web (in System.Web.dll)

public:
property Nullable<int> PasswordStrengthRegexTimeout {
	Nullable<int> get();
	void set(Nullable<int> value);
}

Property Value

Type: System::Nullable<Int32>

A value that specifies how long the regular expression can occur before the operation times out.

.NET Framework
Available since 4.6.1
Return to top
Show: