PasswordPolicy Class Methods
In This Topic
For a list of all members of this type, see PasswordPolicy members.
Public Methods
| Name | Description |
 | IsPasswordExpired |
Is password expired for the given user?
|
 | Save |
Persists the password policy to the database.
|
 | TestPassword |
Tests a password to see if it conforms with the rules established by the policy.
|
 | TestPasswordWithFeedback | Overloaded.
Tests a user new password to see if it conforms with the rules established by the policy.
|
Top
Extension Methods
| Name | Description |
 | ToQueryString | Overloaded.
Use this method to bulid query string from NameValueCollection
|
Top
See Also