BlogEngine.Core.Providers.XmlMembershipProvider.UnlockUser C# (CSharp) Method

UnlockUser() public method

Clears a lock so that the membership user can be validated.
public UnlockUser ( string userName ) : bool
userName string The membership user whose lock status you want to clear.
return bool
        public override bool UnlockUser(string userName)
        {
            throw new NotSupportedException();
        }