PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Clears a lock so that the membership user can be validated.
Namespace: Smartsite.DigiD
Assembly: Smartsite.DigiD (in Smartsite.DigiD.dll)
Syntax
C# | Copy Code |
---|---|
public override bool UnlockUser( string userName ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Overrides Function UnlockUser ( _ userName As _ ) As |
Parameters
- userName
- String
The membership user whose lock status you want to clear.
Return Value
true if the membership user was successfully unlocked; otherwise, false.See Also
DigiDMembershipProvider Class
Smartsite.DigiD Namespace