Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft