MembershipProvider.UnlockUser(String) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Clears a lock so that the membership user can be validated.
public:
abstract bool UnlockUser(System::String ^ userName);
public abstract bool UnlockUser(string userName);
abstract member UnlockUser : string -> bool
Public MustOverride Function UnlockUser (userName As String) As Boolean
- userName
- String
The membership user whose lock status you want to clear.
true
if the membership user was successfully unlocked; otherwise, false
.
For an example of a MembershipProvider implementation, see Implementing a Profile Provider.
Takes, as input, a user name, and updates the field in the data source that stores the IsLockedOut property to false
. The UnlockUser method returns true
if the record for the membership user is updated successfully; otherwise, false
.
Product | Versions |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: